User Activity

Hello,I use resources and everything works there.Now I need to display text from code and I came across that the result of these commands is 23??? what is wrong with this code? What do I need to set where?    int intvalue_ = 23; std::string stringval...
Hello,I have a STM32F746-DISCO development board and I use TouchGFX. When creating projects in TouchGFX and saving the project under the name APL1, this project appears in TouchGFX as APL1, but when imported into STM32CUBEIDE, it is imported as STM32...
Hi,I have a question about using SlideMenu. I need this menu on the right side, so I'll set it to West.My button is only 12px, I need the width of the slide out to be 60px. How does this component work? I'm trying to set it up, but it's behaving unex...
Hello,I needed to create some drawed ones elements. My request was the ability to change the color on the fly, the ability to set the day and night mode and possibly change the dimensions.I am sending here the first working version without setting th...
Hello,I'm working with a slider and ran into this problem.When I definesetValueRange(0, 255);and then I set the valuesetValue(25);so everything works. But I would like to turn the values on the slider. That means I will entersetValueRange(255, 0);At ...