Better memory management

Post your requests and ideas on the future development of Visual GLCD Software.
Post Reply
Author
Message
estradajae
Posts: 41
Joined: 26 Jan 2010 06:10

Better memory management

#1 Post by estradajae » 16 Feb 2011 16:55

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.

User avatar
zristic
mikroElektronika team
Posts: 6608
Joined: 03 Aug 2004 12:59
Contact:

Re: Better memory management

#2 Post by zristic » 17 Feb 2011 15:58

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.

Post Reply

Return to “Visual GLCD Wish List”