cancel
Showing results for 
Search instead for 
Did you mean: 

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

VRam
Associate

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!

1 ACCEPTED SOLUTION

Accepted Solutions

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 Up vote any posts that you find helpful, it shows what's working..

View solution in original post

2 REPLIES 2

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 Up vote any posts that you find helpful, it shows what's working..

Thank you so much clive for the help.