olikraus / u8g2

U8glib library for monochrome displays, version 2
Other
4.91k stars 1.02k forks source link

How to switch to the next page in u8g2 #2428

Open WangShuoran opened 2 months ago

WangShuoran commented 2 months ago

Because in SSD1306 of u8g2, data is sent in page addressing mode, and after writing the complete 128 columns of data, it will not jump to the next page. But in some issues, some people say they can automatically switch to the next page.

olikraus commented 2 months ago

If you use the example from here: https://github.com/olikraus/u8g2/wiki/u8g2reference#firstpage

Then the next page will be activated automatically.