Skip to content

Commit 039f1de

Browse files
committed
2 parents b681a0f + 7c353b6 commit 039f1de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

TFT_Drivers/UC8179_Defines.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@
169169
digitalWrite(TFT_RST, HIGH); \
170170
delay(10); \
171171
CHECK_BUSY(); \
172-
EPD_INIT_FAST(); \
172+
EPD_INIT_FULL(); \
173173
} while (0)
174174

175175
#define EPD_SET_WINDOW(x1, y1, x2, y2) \
@@ -322,4 +322,4 @@
322322
#define EPD_SET_TEMP(temp) \
323323
do \
324324
{ \
325-
} while (0)
325+
} while (0)

0 commit comments

Comments
 (0)