User Activity

Hi,So I'm pretty sure I've discovered a bug of varying severity related to having a bitmap image in memory and trying to add it to TouchGFX with the dynamicBitmapCreateExternal() function.I found this in our project board using a STM32H750 with 480x8...
Hi,I'm using SPI to communicate between two micros - one F103 (master) and one H750 (slave). The data communicated will be vastly different in purpose and size (e.g. from simple requests to firmware image download) and so the designed protocol necess...
Hi,I'm using TouchGFX to develop an application, using mostly static screens. But I have a requirement to produce a runtime splash screen and idle screen from user-supplied images read from SD card or stored in flash. I can do this without too much p...