2021-11-01 12:54 AM
I want to use touchGFX on STM32L496G-Disco with a screen connected to spi1 and not the on board screen.
the screen connected to spi1 is supported on another board with the driver in ST7789.c + .h when it is connected to STM32L476RG_NUCLEO. the problem I have with this board is that touchGFX can't run on it because of small ram size.
I tried to switch to this driver, but I had problems to change the TouchGFXHAL.cpp . I don't know what should I do with this layer.
thanks.
eyal.
2021-11-01 03:22 AM
320KB of RAM is ok, then maybe you make other mistake.
2021-11-01 03:32 AM
hello. if ram is ok with STM32L476RG , how can I add touchGFX to the project made by cube MX ? thanks.
2021-11-01 03:45 AM
also, if I try to use STM32L496G-Disco with the other screen I want, how can I set touchGFX to run on this other screen ? thanks.
2021-11-01 03:57 AM
Maybe open IDE start new project select DISCO in wizard select ... check LCD working.
Add soft package TGFX ... config in ioc editor tgfx part
2021-11-01 04:59 AM
hello. where in configuration can I add touchGFX to a project built from ioc ? thanks.
2021-11-02 03:48 AM
hello. I have a project that support ST7789H2 screen and I need to change to ST7789 screen that I connected through SPI.
I have to set TouchGFXHAL properly. Is there an example for TouchGFXHAL that use ST7789 ?
thanks.
2021-11-03 12:34 AM
hello. As I understand now, I need to change the touchGFX interface to the screen I have from RGB to SPI !
am I wright ? Is it possible ?
thanks.
2021-11-03 01:24 AM