Hello @Leo_Berna99 ,
Yes, it is because ac you said, NeoChrom doesn't support 24bbp on the STM32H7S7.So the rendering is done is 32bpp but the displaying (framebuffer) is in 24bpp, this give the best performance.
What if you keep the pixel format a...
Hello @AWack ,
Both would work.You could include your main.h in the model.cpp to have access to the variables that are changed in main.c, this is straight forward and better for simple applications.You could also use the RTOS if you have one which ...
Hello @VSabn.1 ,
The post shared by Andrew Neil seems to be exactly what you are facing.Can you try that and tell us if it worked for you.
CU3 and CU4 are revision. Basically, when we improve a board, we give it a new number to keep track of it.
...
Hello @Andrei Chichak ,
TouchGFX only support PNG and SVG as images, so it makes sense if other formats are rejected.
Can you disable the creation of the Thumbs.db file by right clicking on the folder, advanced setting, select always show icon, nev...
Hello @Leo_Berna99 ,
Your version of STM32CubeMX seems to not be the latest based on its looks.Here is my STM32CubeMX (notice that the image width is between 0 and 8191) :
I've tried that but apart for the error in the width selection the pixel...