How to write data directly to TFT LCD Screen Buffer Generated by TouchGFX?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-03-17 9: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.
- Labels:
-
LCD-LTDC
-
STM32F4 Series
-
TouchGFX
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-03-18 9:16 AM
Yes is. But TGFX is library created for dont do this low level access. Try read about LTDC and examples for it...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-03-18 10:28 AM
Figure where the frame buffer is, and use a pointer ?
Up vote any posts that you find helpful, it shows what's working..
