2021-01-05 09:36 PM
2021-01-05 11:57 PM
Well, if you don't have a library, you have to write your own. Strings constists of letters, and those consists of dots (pixels). Start with displaying a dot (or "clearing" the whole screen by writing many dots of the same color). That requires to cope with the communication with the display. That requires to read/understand the display's datasheet/manual, and to read/understand the connection between STM32 and the display.
JW
2021-01-06 12:20 AM
I need Assistant to Display Any string on the LCD, I have done most of the coding part but need to send that string , From Datasheet I m not getting how do that