TouchGFX - Display an Image from the specified address of SD-RAM
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2020-10-15 2:08 AM
I have saved a bitmap-file at 0xC0000000 external SD-RAM. How can I display this photo with TouchGFX?
I tried this code from this page but got a little confused.
In TouchGFXConfiguration.cpp:
static uint32_t bmpCache = (uint32_t)(0xC0000000); // SDRAM
void touchgfx_init()
{
HAL& hal = touchgfx_generic_init<STM32F7HAL>(dma, display, tc, 640, 480, (uint16_t*)bmpCache, 921600, 1);
...
}
Labels:
- Labels:
-
TouchGFX
This discussion is locked. Please start a new topic to ask your question.
0 REPLIES 0
