Skip to content

Commit 4b13ca6

Browse files
committed
change demo picture
1 parent 27b083a commit 4b13ca6

File tree

2 files changed

+1
-3006
lines changed

2 files changed

+1
-3006
lines changed

examples/ePaper/Basic/Bitmap/Bitmap.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ void setup()
1818
// epaper.pushImage(0, 0, 800, 480, (uint16_t *)gImage_1);
1919
// epaper.update();
2020
Serial.println("update");
21-
epaper.update(0, 0, TFT_WIDTH, TFT_HEIGHT, (uint16_t *)gImage_2);
21+
epaper.update(0, 0, TFT_WIDTH, TFT_HEIGHT, (uint16_t *)gImage_1);
2222
#endif
2323
}
2424

0 commit comments

Comments
 (0)