Skip to main content
VRam
Associate
January 8, 2019
Solved

How to display a character on the TFT LCD present in the STM3210E- EVAL Board?

  • January 8, 2019
  • 2 replies
  • 999 views

I'm currently working on the STM3210E-Eval board. I just want to know how to display a character on the LCD present in it. I'm using Cube MX and True Studio. I have been trying to do this for some time but not able to. It will be of great help if someone could help me with this by providing me with an example or by telling me how to do this.

Thank You!

This topic has been closed for replies.
Best answer by Tesla DeLorean

Review the BSP examples under the Cube/HAL trees

STM32Cube_FW_F1_V1.6.1\Projects\STM3210E_EVAL\Examples\BSP\Src\main.c

STM32Cube_FW_F1_V1.6.1\Projects\STM3210E_EVAL\Examples\BSP\Src\lcd.c

2 replies

Tesla DeLorean
Tesla DeLoreanBest answer
Guru
January 8, 2019

Review the BSP examples under the Cube/HAL trees

STM32Cube_FW_F1_V1.6.1\Projects\STM3210E_EVAL\Examples\BSP\Src\main.c

STM32Cube_FW_F1_V1.6.1\Projects\STM3210E_EVAL\Examples\BSP\Src\lcd.c

Tips, Buy me a coffee, or three.. PayPal Venmo (See Profile) Up vote any posts that you find helpful, it shows what's working..
VRam
VRamAuthor
Associate
January 8, 2019

Thank you so much clive for the help.