2022-10-13 12:08 AM
Hi...
I am using STM32f746g board , normally if I use text area widget to display string it is working fine. But I m not getting how to do when a data receiver through Usart has to be displayed on Display.
For example : from USART we got a value 40 , how it has to be display ?
If anyone have an idea how to do it , please help me out.
2022-10-13 03:03 AM
Hi,
you can follow the tutorial from STM (There are two parts)
https://www.youtube.com/watch?v=3iyVYSjK-ZU
It was very helpful for me.
Jan