mirror of
https://github.com/nopnop2002/esp-idf-ssd1306.git
synced 2024-10-03 18:18:47 -04:00
.. | ||
main | ||
CMakeLists.txt | ||
README.md | ||
sdkconfig.defaults |
WrapAroundDemo for SSD1306
A 128x32 panel has 4 pages of internal memory, and a 128x64 panel has 8 pages of internal memory.
PAGE_SCROLL_DOWN/PAGE_SCROLL_UP is page-by-page scrolling and works fast.
Image of PAGE_SCROLL_DOWN
+--------+ +--------+
| Page 1 | | Page 2 |
+--------+ +--------+
| Page 2 | | Page 3 |
+--------+ +--------+
| Page 3 | | Page 4 |
+--------+ +--------+
| Page 4 | | Page 5 |
+--------+ +--------+
| Page 5 | | Page 6 |
+--------+ +--------+
| Page 6 | | Page 7 |
+--------+ +--------+
| Page 7 | | Page 8 |
+--------+ +--------+
| Page 8 | | Page 1 |
+--------+ +--------+