Page 1 of 1

Better memory management

Posted: 16 Feb 2011 16:55
by estradajae
Hi

I have found that visual GLCD is not memory efficient, it puts all the label texts directly on the ram, not in the program memory, and if you use a couple of screens, then you have your ram full.

It would be better that the visual GLCD used a better memory management.

Re: Better memory management

Posted: 17 Feb 2011 15:58
by zristic
You can export the screens to BMP. Just go to main menu -> Screen -> Save screen to BMP.
Then you can use the putimage() function to draw the screen from flash memory.