2019-01-07 09:10 PM
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!
Solved! Go to Solution.
2019-01-07 09:34 PM
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
2019-01-07 09:34 PM
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
2019-01-07 11:03 PM
Thank you so much clive for the help.