2019-03-06 07:38 AM
Does any one have a list or link to documentation that out lines the Chip Resource usage of the Touch GFX library?
Obviously it uses the LTDC and DMA, I am looking for the complete list.
Thank You
2019-03-06 07:49 AM
Hi @MEder,
That's it. More concretely, LTDC, and DSIHOST for F469/F769. ChromART DMA2D (GFXMMU for STM32L4). Other than that just addressing memory in terms of framebuffer and flash memory.
Everything else is application specific. For application templates we may toggle GPIOs (LEDS) to allow people to measure certain things like render time and vsync.
2019-03-06 08:34 AM
Perfect, Thanks!