I have this ui requirement
The idea is that when the user presses the "down" button, the effect will be to go all the way down, or all the way up.
I'm using a scrollable container with a list layout to create the view, how can I do it?
I have a fully working touchgfx project in the stm32f746g-dk. So far I always edit this project by just opening the touchgfx designer. Now, I need to config this project to run on the stm32u5g9j-dk2, how can I do it? I would like to avoid coping the ...
I'm using STM32MP157F-DK2 with the distribution package and x-linux-qt to build the st-image-qt image. So far I've been able to work with this image and my custom recipe in the target.Now, I've been trying to add UART5 support using CubeMX tool.I fol...
I created a custom linux image for this target using the distribution package + x-linux-qt and the image "st-image-qt". This image is working correctly on my target. Now, I want to add UART5 and UART4 to receive data over those 2 serial ports. As fa...
I added IMAGE_INSTALL_APPEND += " gui" and compiled the image. When flashing the board I look for /usr/bin/gui but can't find anything. The closes thing I could find is usr/share/examples/gui but it has a "rasterwindow" file, so I think it didn't wor...
I was able to build the st-image-qt for the stm32mp157f-dk2 using the distribution package and x-linux-qt. I wasn't able to flash the board using stcubeprogrammer but the dd command for the microsd card on linux worked. I'm having problems finding m...
I tried building the image with the st way and I was able to add the x-linux-qt package to the stm32mp157d-fk2 board and flash the board using the dd command from linux for the microsd card. I'm having problems finding my custom recipe in the full i...