Optimize screen rendering
haroldo-ok opened this issue · 0 comments
haroldo-ok commented
Whenever the routine renders a page of text or displays the menu, it always loads the image again, from disk, even if it has already been loaded; that could be optimized by saving to RAM a copy of the region that will be replaced before drawing the text or the menu.