User Activity

Hello,I managed to connect several displays on a custom PCB (similar to 32F429IDISCOVERY) using several drivers (ILI9344,ILI9488 etc) and running the TouchGFX library.Now, I have a problem with a new one. It supports RGB directly but has no DE (data ...
Hello,MCU: STM32F429ZI I am building a bootloader for my project to upgrade the application firmware from SD card.Everything works fine but the total time for a ~2MBytes .bin file is almost 45 seconds. So, i am trying to check each step and try to re...
Hello,On a custom board (similar to F746-Disco board) i was able to setup a 5' display with 800*480 resolution on RGB565.Now, i would like to support bigger display with same board. As i checked, there are many 7+ inches displays with RGB interface.I...
Hello,On a working project with TouchGFX, i have over 150 TextBuffers (wildcards) which i access and change/edit on runtime.Now i am trying to edit some code parts to avoid repeated parts (many IF conditions).Is there a way to use a table with pointe...
Hello,On some of our old products, a small F103 was driving a TFT and also was getting the data to be printed (Strings,X-Y,Color etc) via UART from the [main] MCU.We have changed the F103 with F746/F429i and running the TouchGFX but in order to keep ...