U8glib: Graphics Lib for LCDs and OLEDs

bobmixon:
Greetings,

I am new to using this library; just started this week. Everything works as expected but I don’t understand what the firstPage and nextPage functions do? Does the library or device support page buffering? Where can I find documentation on this?

Thank you,
Bob

Description of the firstPage/nextPage funktion is here: tpictureloop · olikraus/u8glib Wiki · GitHub

The idea is only to save RAM.

Also: Please consider to use U8g2, which still has the firstPage/nextPage loop but also inclused a full buffer mode (for systems with sufficient RAM) .

Oliver