Hello,
My project development involves driver for 4.3inch LCD either 16bit or 24bit. I have searched in available support packages but could not find any package for the same. Does anyone have developed any similar application? if someone can push me to starting point that will be good.
Regards,
nIk
In RT-Thread, the LCD driver is not provided in the form of a software package, but directly placed in the corresponding bsp directory, such as: https://github.com/RT-Thread/rt-thread/blob/master/bsp/stm32/stm32f429-st-disco/board/ports/ili9341.c
Thanks for sharing such insightful information about the TFT LCD driver! I found the troubleshooting tips super helpful, especially regarding handling geometry issues. Have you seen any particular applications where this driver performs best? I'd love to hear your thoughts!
https://github.com/RT-Thread/rt-thread/blob/master/bsp/stm32/stm32f429-st-disco/board/ports/ili9341.cgeometry dash game