acidportal- 😈 Worlds smallest Evil Portal on a LilyGo T-QT |
git clone git://git.acid.vegas/acidportal.git |
Log | Files | Refs | Archive | README | LICENSE |
SSD1351_Defines.h (528B)
1 #ifndef TFT_WIDTH 2 #define TFT_WIDTH 128 3 #endif 4 #ifndef TFT_HEIGHT 5 #define TFT_HEIGHT 128 6 #endif 7 8 // Delay between some initialisation commands 9 #define TFT_INIT_DELAY 0x80 10 11 // Generic commands used by TFT_eSPI.cpp 12 #define TFT_NOP 0x00 13 #define TFT_SWRST TFT_NOP 14 #define TFT_CASET 0x15 // SETCOLUMN 15 #define TFT_PASET 0x75 // SETROW 16 #define TFT_RAMWR 0x5C // WRITERAM 17 #define TFT_RAMRD 0x5D // READRAM 18 #define TFT_IDXRD TFT_NOP 19 #define TFT_INVOFF 0xA6 // NORMALDISPLAY 20 #define TFT_INVON 0xA7 // INVERTDISPLAY