User Activity

Hi, There are a lot of examples about TouchGFX with Partial Frame Buffer. But all of them with SPI or I2C LCDs. Even the TouchGFX support page:LinKI want to know how should I initialize TouchGFX with partial frame buffer by LTDC peripheral. I already...
Hi, I've started a project STM32CubeMX and CubeIDE. I initialized a 4.3" TFT with LTDC and TouchGFX without RTOS. The function MX_TouchGFX_Process is in main while loop. At first everything were OK and my screens were updating very well. But for some...
Hi, Is it possible to change the content of a scrollwheel by a button in the same screen.For example I have 3 options Menu 1, Menu 2 and Menu 3 in scrollwheel when the screen appears for the firs time. I want to change these options to Menu 4 ~ Menu ...
I want to know can I use touchGFX without LTDC and with FMC (because I use SSD1963)? I don't want change my hardware.And is it easy to use touchGFX without operating system (bare metal)? or no, it's recommended to use touchGFX with os?Thank you.
Posted on July 02, 2017 at 07:48Hi, I'm trying to use I2S2 in STM32F107VC in this Configuration:SYSCLK and HLCK: 72 MHzI2S2 Clock (Using PLL3_VCO): 80 MHzBut in configuration tab I can't set audio frequency more than 32 KHz (i.e. 44 KHz 48 KHz and 9...