User Activity

Have anyone succeeded in using compressed images with TouchGFX ? Here is what I tried to do (spoiler : didn't work)I've been trying to implement a GUI with TouchGFX for an STM32L4R5 with 2 MB of FLASH memory, but all the images take 8 MB and so don't...
Hello,I created a project in STM32CubeIDE, I initialized all peripherals to their default mode using CubeMX, and generated some TouchGFX code usingTouchGFX Generator. Then I opened the file ApplicationTemplate.touchgfx.part with TouchGFX Designer, dr...
Hello,I'm working on a TouchGFX GUI and I have some text areas which need to be automatically wrapped on several lines.I'm using Text_guideline.setTypedText(touchgfx::TypedText(guideline)); Text_guideline.setWideTextAction(WIDE_TEXT_WORDWRAP); Text_g...
Hello everyone !I'm using an STM32L4R9I-EVAL board to work on a GUI with TouchGFX and I want to use the MB1315A rectangular screen, and not the MB1314 (little round screen) because it better fits my needs.So I created a dummy project with TouchGFX (i...
Hello everyone,I've been trying to integrate a simple TouchGFX project into STM32CubeIDE (so that I can add my own code to it), it's supposed to print simple graphics on the screen of a STM32L4R9I-EVAL board, but I stumbled upon an issue in the LDTC ...