User Activity

Hi,I use STM32Cube, STM32CubeIDE and my board is STM32F746. How do I update FATFS? The system is running version 0.12c. This is from 2017.Why do I want to update it?After inserting the SD card, I check the status and if the card is not formatted, I w...
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...