esp-idf-ssd1306/WrapAroundDemo
2024-09-12 13:07:52 +09:00
..
main added PAGE_SCROLL_DOWN/PAGE_SCROLL_UP function 2024-09-12 12:58:19 +09:00
CMakeLists.txt Changed from RotateDemo to WarpAroundDemo 2022-04-26 20:11:08 +09:00
README.md Update README.md 2024-09-12 13:07:52 +09:00
sdkconfig.defaults Changed the operating frequency from 160MHz to 240MHz for esp32 2022-08-09 23:24:44 +09:00

WrapAroundDemo for SSD1306

RoteteDemo

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 |
+--------+  +--------+