User Activity

Hi,I am using STM32F469I-DISCO with touchGFX on it, and I would like to reduce power consumption. I managed to set the brightness of LCD to lowest when no user activity for more than 30sec.I am resetting brightness as soon as the user touch the scree...
Hi.I am using a STM32F469I-DISCO and I am trying to read/write on a SD card. Here's what I did on cubeMX:SDIO -> SD 4 bits Wide Bus -> enable SDIO global interrupt -> add SDIO_RX and SDIO_TX as DMA settings -> GPIO settings set all pins except SDIO_C...
Hi,I want to detect NFC tag. For that I have a P-NUCLEO-WB55 + X NUCLEO NFC06A1.I have downloaded the zip file (en.X-CUBE-NFC6_v1.1.0) from ST with examples but they are for boards that aren't mine.I tried to:Generate a code for wb55 with CubeMXAdd f...
Hi, I'm trying to change color of a component (circle) inside a container inside a scrollWheel.This should occur when user press a button. The button is a component outside of scrollWheel. How can I reach this circle (inside a container inside a scro...