TouchGFX DebugPrinter with STM32H7S78-DK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2025-04-09 10:04 PM
Hello,
I'm trying to get the DebugPrinter to work on an STM32H7S78-DK, but the debug message does not appear to be properly refreshed after the Application::invalidateDebugRegion(); The area slowly turns into a black rectangle after each text update. TouchGFXConfiguration.cpp shows:
static LCDGPU2D_AXI display;
I don't see an hpp file for this. Is there a solution? Have tried LCD16DebugPrinter.hpp and LCD24DebugPrinter.hpp
Thanks,
The Windmill
Solved! Go to Solution.
- Labels:
-
GPU2D (NeoChrom)
-
TouchGFX
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2025-04-10 12:55 PM
OK, I tried the LCD32bpp and that works. :-}
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2025-04-10 12:26 AM
Hello @carlos_112,
Did you check the BPP of your project ? it should match the you use for the debug printer.
BR,
ST Software Developer | TouchGFX
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2025-04-10 10:02 AM
Hi Louis,
the configuration file says LCDGPU2D_AXI, but I don't see that as an option. I used the LCD16bpp class.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2025-04-10 12:55 PM
OK, I tried the LCD32bpp and that works. :-}
