-
Hello, I know that LTDC can operate with display with driver chip, like ILI9341. But can it operate with display without the driver chip? There are many display models without a driver chip, and many have datasheets. They are cheaper than driver chip displays. The AT070TN94 display needs constant updating, I have boards with the S3C2440 microcontroller that work directly with this type of display. I found some setup information on the S3C2440 from a similar display: https://www.programmerall.com/article/5735137131/ But I didn't find much about this type of display and STM32. I found this post below, but there was no response: Thank you. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
Hi @rtek1000 , Especially
As far as I understand, LTDC allows to control LCD without controller, thanks to RGB parallel interface It seems to be the case of AT070TN94 |
Beta Was this translation helpful? Give feedback.
-
Hi, Yes, I saw this document yesterday, and I understood that it can work with LCD without a driver chip, but... I think a lot of people don't know how to use it properly, and they are paying too much for displays with a driver chip and even reinforcing the use of modular Nextion-type displays. From what I understand from this AN, care must be taken to choose the correct clock to match the display clock, and it must also be necessary to use an external RAM memory as a buffer for the display frame. Therefore, it may be more advantageous to use a driver chip, to avoid a lot of setup with external memory. Since it's not just a software issue, but also the hardware doesn't have all the support to perform the direct operation with the TFT display (it doesn't accept STN either). Thanks. |
Beta Was this translation helpful? Give feedback.
-
https://github.com/orgs/stm32duino/discussions/1624#discussioncomment-1991496 |
Beta Was this translation helpful? Give feedback.
https://github.com/orgs/stm32duino/discussions/1624#discussioncomment-1991496