2023-03-17 09:57 PM
Hello Everyone,
I'm using the STM32F429I-DISC1 Development Board, I'm new to TouchGFX and I'm trying to control the TFT LCD on the Board directly with code. I have created a basic screen with black background and printed "Hello, World!!" in the center of the screen. Now I want to write data directly to the screen buffer created by TouchGFX and control individual pixels using code. Is this possible to do? I'd appreciate any help.
Thanks in Advance.
2023-03-18 09:16 AM
Yes is. But TGFX is library created for dont do this low level access. Try read about LTDC and examples for it...
2023-03-18 10:28 AM
Figure where the frame buffer is, and use a pointer ?