2019-07-02 01:01 AM
Hello
Can I use TouchGFX libraries without using QSPI?
Now we have developed a board that uses 32 MB of SDRAM. Can we put used pictures in this area?
2019-07-02 01:19 AM
@SKV,
Yes you can. You can use any configuration you want. No dma, no qspi, no external ram, no ltdc, etc. It may impact your performance in the end, but a lot can be done with clever UI design and optimizations.
You can post pictures if you want.
/Martin
2019-07-02 01:35 AM
Do not tell me how you can override access to the used images and fonts in SDRAM memory?
Thank!