cancel
Showing results for 
Search instead for 
Did you mean: 

TouchGFX work on SPI LCD without TE pin and external FLASH memory

yukang
Associate II

hello everyone i'm a beginner here,i have successfully using my DIY board to that the SPI LCD work without TouchGFX the color and reaction was great.

MCU:stm32wb5mmg

LCD driver:st7789

Display:240x240pixels,RGB565

now i want to use TouchGFX in this project, i try the stm32wb55RG NUCLEO AZ1 demo

0693W00000YAEq2QAH.pngproject in TouchGFX with stm demo board and it work perfectly,i notice the demo board

have the TE pin and external FLASH memory(MX25L6433F)that my DIY board don't have.

Is there possible to use touchgfx in my DIY board(without TE pin and external FLASH memory)?

​Tony.

1 ACCEPTED SOLUTION

Accepted Solutions
MM..1
Chief II

If you dont plan super smooth quick animation TE isnt required for SPI

and external flash is required if your graphics resources oversize internal flash.

Good optimized gui no problem.

View solution in original post

2 REPLIES 2
MM..1
Chief II

If you dont plan super smooth quick animation TE isnt required for SPI

and external flash is required if your graphics resources oversize internal flash.

Good optimized gui no problem.

thanks,i made it and it seems not bad.