I'm trying to figure out how the u8g* libraries work, but I can't seem to find anything that describes why they use the u8g2.firstPage() do while u8g2.nextPage() structure.
What I want to do is set up a display then I only need to alter certain portions of it as needed. Is it possible to modify an existing frame or do I somehow have to capture what's on the screen, modify it and submit it as a new page? (or am I completely offbase on how it's supposed to work?)