1
0
forked from me/IronOS

Update OLED.cpp

This commit is contained in:
Ben V. Brown
2023-06-28 19:13:03 +10:00
parent 5d04df39e0
commit 159555f299

View File

@@ -90,7 +90,7 @@ const uint8_t REFRESH_COMMANDS[17] = {
0x80,
0x00, // A
0x80,
(OLED_HEIGHT / 8), // B
(OLED_HEIGHT / 8) - 1, // B
// Start of data
0x40,