Update ST7735_Defines.h

This commit is contained in:
Bodmer 2023-12-15 20:34:50 +00:00
parent 0c30cb7872
commit 9ab133f810

View File

@ -95,6 +95,12 @@
#define TFT_NOP 0x00
#define TFT_SWRST 0x01
#define TFT_INVOFF 0x20
#define TFT_INVON 0x21
#define TFT_DISPOFF 0x28
#define TFT_DISPON 0x29
#define TFT_CASET 0x2A
#define TFT_PASET 0x2B
#define TFT_RAMWR 0x2C
@ -125,9 +131,6 @@
#endif
#endif
#define TFT_INVOFF 0x20
#define TFT_INVON 0x21
// ST7735 specific commands used in init
#define ST7735_NOP 0x00
#define ST7735_SWRESET 0x01