HiI used partial frame buffer + FSMC.A strange thing happened to me.Any monochrome can fill an entire screen.But if you use more than one color, GFX will no longer fill when it encounters another color.Did I do something wrong?GFX version 4.13Thank y...
HiI had a problem with this getBlockForTransfer function that always returns 0 when I use FSMC + partial frame buffer.The main changes are in the TouchGFXHAL file.Below is my entire project, and any help would be appreciated.Thank you very much for ...
HiGFX's designer tell me that all warnings would be treated as errors.But it's part of the LibJPG library, and I can't change it.Is there any way to get rid of this "error"?I want to open a JPG image in the simulator and display itThank you very mu...
Hello, everyoneWhen I adjusted the Angle in the designer, I got a lot of decimal places.why is this?I only use the buttons in the designer to adjust the Angle./korry
Hi I would like to know whether the interface is cubic-bezier left in touchgfx.I noticed that there's a little bit less description of the easing equation .Thank you.
Dear PhilippeIt works, doesn't it?And being able to go from 50 lines to 150 lines, proves that this works.Now you may need to design your board's memory usage in more detail to give GUI tasks a larger task stack to complete drawing.Korry
It's not what I want it to look like it doesn't match the color in the designer.Thank you very much for updating the documentation with more detailed instructions.I think I know what the problem is.Thank you very much, Alexandre.^-^/Korry
I'm glad you could answer my questions。I can now display a certain color all over the screen, but that's not what I want.Now it's the pixels. I don't know how the pixels will be stored after GFX is rendered.I notice that a pointer to Uint8_t is alw...
Thank you very much for your patient answer. I found that GFX always returns a pointer of type Uint8_t no matter what pixel format I set it to"Const Uint8_t * pixels = frameBufferAllocator->GetBlockForTransfer (r);"How do I get the format I want?For ...