Skip to content

Commit d868484

Browse files
committed
update user_setup
1 parent 3ad0820 commit d868484

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

User_Setup.h

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,9 @@
3030
//#define M5STACK
3131

3232
// For ST7735 and ILI9163 ONLY, define the pixel width and height in portrait orientation
33-
//#define TFT_WIDTH 128
34-
//#define TFT_HEIGHT 160
33+
// #define TFT_WIDTH 80
34+
// #define TFT_WIDTH 128
35+
// #define TFT_HEIGHT 160
3536
//#define TFT_HEIGHT 128
3637

3738
// For ST7735 ONLY, define the type of display, originally this was based on the
@@ -41,12 +42,13 @@
4142
// Comment out ALL BUT ONE of these options for a ST7735 display driver, save this
4243
// this User_Setup file, then rebuild and upload the sketch to the board again:
4344

44-
//#define ST7735_INITB
45-
//#define ST7735_GREENTAB
46-
//#define ST7735_GREENTAB2
47-
//#define ST7735_GREENTAB3
48-
//#define ST7735_GREENTAB128 // For 128 x 128 display
49-
//#define ST7735_REDTAB
45+
// #define ST7735_INITB
46+
// #define ST7735_GREENTAB
47+
// #define ST7735_GREENTAB2
48+
// #define ST7735_GREENTAB3
49+
// #define ST7735_GREENTAB128 // For 128 x 128 display
50+
// #define ST7735_GREENTAB160x80 // For 160 x 80 display (BGR, inverted, 26 offset)
51+
// #define ST7735_REDTAB
5052
//#define ST7735_BLACKTAB
5153

5254
// ##################################################################################

0 commit comments

Comments
 (0)