Exist TouchGFX command to switch LTDC to layer 1 instead 0?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-03-29 8:02 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-03-30 7:16 AM
Hi,
Just a question for my understanding, do you wish to use two layers or just 1 ? In what scenario do you want to switch layers ?
/Romain
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-03-30 8:54 AM
Hi Romain, now command dont exist
i create my test project and it works, but after generation need repair some generated code. Then i prefer in MX select layer for use.
Now i explain test:
- LCD is 1280x480
- i test use it without external sdram = use L8 in layer 2 because i need it on top . Then controlled part for TouchGFX have 1024x320 = 320kB internal
- In flash i have full 1280x480 background image too L8 ARGB2222 and address used in Layer 1 both have same CLUT
- for code i use CCMRAM
but this idea is good for less sized display hw accelerated background, because when this background is part of TouchGFX need nonstop redraws...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-03-30 1:09 PM
Next question for optimize RAM using. Idea is use 1/4 size of framebuffer and zoom over ChromART 2x2 px. But this now chromart dont provide.
