Skip to content

Commit 4d2f498

Browse files
authored
Merge pull request #32 from Allen-Kuang/master
fix: mirror display problem
2 parents dc8ea21 + 8b787d5 commit 4d2f498

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

TFT_Drivers/UC8179_Defines.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@
8080
writedata(0x02); \
8181
writecommand(0xE5); \
8282
writedata(0x6E); \
83+
writecommand(0x00); \
84+
writedata(0x1F); \
8385
} while (0)
8486

8587
#define EPD_SET_WINDOW(x1, y1, x2, y2) \

0 commit comments

Comments
 (0)