Support for TFT LCD driver

Created at 2021-06-17 21:08:26

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

更多

Follower
0
Views
1.3k
3 Answers
davidticker
davidticker 2021-06-18

hey man, what project are you working on?

flyboy
flyboy 2021-06-18

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

dietvirtue
dietvirtue 2026-03-11

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

Write Your Answer

Log in to publish your answer,Click here to log in.

Create
Post

Share