2022-12-16 09:09 AM
I am using STM32H745BIt6 device, and wanted to write a test for testing the LCD interface using LTDC.
Basic text,font and color set for text, backgound color should be displayed .
Where can I get the routines which I can easily port on my custom board
Thanks
Anuj.
2022-12-16 09:43 AM
I think several of the EVAL and BSP examples for boards with screens have a whole bunch of point, line, circle and text drawing primitives. You're just writing into a frame buffer, these should port.