acid-drop

- Hacking the planet from a LilyGo T-Deck using custom firmware
git clone git://git.acid.vegas/acid-drop.git
Log | Files | Refs | Archive | README | LICENSE

EPD_Defines.h (527B)

      1 // Null set for ePaper
      2 #define TFT_WIDTH  1000
      3 #define TFT_HEIGHT 1000
      4 
      5 #define TFT_INIT_DELAY 0
      6 
      7 #define TFT_NOP     0x00
      8 #define TFT_SWRST   0x00
      9 
     10 #define TFT_CASET   0x00
     11 #define TFT_PASET   0x00
     12 #define TFT_RAMWR   0x00
     13 
     14 #define TFT_RAMRD   0x00
     15 #define TFT_IDXRD   0x00
     16 
     17 #define TFT_MADCTL  0x00
     18 #define TFT_MAD_MY  0x00
     19 #define TFT_MAD_MX  0x00
     20 #define TFT_MAD_MV  0x00
     21 #define TFT_MAD_ML  0x00
     22 #define TFT_MAD_BGR 0x00
     23 #define TFT_MAD_MH  0x00
     24 #define TFT_MAD_RGB 0x00
     25 
     26 #define TFT_INVOFF  0x00
     27 #define TFT_INVON   0x00