Skip to main content
SSimo.1
Visitor II
April 3, 2020
Question

STM32F469I & TFT-LCD(800X480) / TOUCHGFX MEMORY?

  • April 3, 2020
  • 1 reply
  • 613 views

The STM32F469 data sheet says TFT-LCD is also available, so the design is in progress.

It has a dedicated PIN. Is it possible without a graphic driver?

And I want to configure GUI with TOUCHGFX. Does the storage of image data in this part have to be configured for memory?

I look forward to hearing from you. Thank you.

This topic has been closed for replies.

1 reply

Martin KJELDSEN
Principal III
April 3, 2020

Hi,

What do you mean by graphics driver?

Storage of image data can be done however you want - Typically, for an LCD the size you need you want external flash memory to store images and text. If you have memory mapped flash, then its easy, if you don't then you have to do caching of bitmaps using a custom driver.

/Martin