User Activity

I'm currently using a scroll list on one of my view, and for the item, there is a button to transition the user to another screen. But that button is messing up the smoothness of the drag-scroll, so I followed this thread https://community.st.com/s/q...
I have the following two codes that does the same thing,application().switchScreen(new Screen3View());static_cast<FrontendApplication*>(Application::getInstance())->gotoBrightnessScreenNoTransition();But, the second one took more work since I need to...
How do I access image resources and change a control's background image? For example, I have a gauge with a style 0 (BITMAP_BLUE_GAUGES_ORIGINAL_GAUGE_BACKGROUND_STYLE_00_ID according to the generated code) and I want the background to change to styl...
Hi guys,I'm trying to make a Text Area work like a button by adding a ClickListener Mixin to it. I tried to follow this guide but for some reason, every time I click the label, it doesn't do anything (I added a print and it doesnt print).HPP#ifndef S...
Hey guys,So, I'm taking on a project that will use STM32H7 chip with a TFT panel screen (with touch capabilities) on a custom PCB. The project is a custom gauge (like a speedometer) that allow user inputs via the touch display. So my question is, doe...
Kudos from