User Activity

Is there a way to make the built-in TouchGFX keyboard act as a numberpad? I just want a way to enter numbers, decimals, backspace, and confirm data entry. This is for the STM32F469I-Disco board.
I am having trouble with the ClickListener. I am trying to debounce the click event somehow. My first instinct is to delay and then check to see if the click is still present, but I am not sure it will work with this function because it seems that th...
When I enable the DAC in my STM32CubeIDE project in the MX Device Configuration Tool, it does not put the DAC support files in the STM32F4xx_HAL_Driver folder. I end up having to add them into my project manually. Is this normal, or is there a way to...
My STM32F469I-DISCO does not fully initialize when I enable DAC1 and DAC2 on a new TouchGFX 4.20.0 project.If I don't use TouchGFX, but just the latest version of STMCubeIDE (1.1) then everything works fine. What am I missing here? I've been able to ...
I am having trouble getting independent stereo audio output on the STM32F469I-DISCO development board. I am passing data to the cirrus audio codec using the stm32469i_discovery_audio.h functions:BSP_AUDIO_OUT_Init(OUTPUT_DEVICE_BOTH, 80, 48);BSP_AUDI...