Skip to content

Commit

Permalink
add some more ~colors~
Browse files Browse the repository at this point in the history
  • Loading branch information
ladyada committed Jul 15, 2018
1 parent e53e699 commit a3e9712
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Adafruit_ST77xx.h
Original file line number Diff line number Diff line change
Expand Up @@ -77,13 +77,14 @@ as well as Adafruit raw 1.8" TFT display


// Color definitions
#define ST77XX_BLACK 0x0000
#define ST77XX_BLUE 0x001F
#define ST77XX_RED 0xF800
#define ST77XX_ORANGE 0xFC00
#define ST77XX_YELLOW 0xFFE0
#define ST77XX_GREEN 0x07E0
#define ST77XX_CYAN 0x07FF
#define ST77XX_BLUE 0x001F
#define ST77XX_MAGENTA 0xF81F
#define ST77XX_YELLOW 0xFFE0
#define ST77XX_BLACK 0x0000
#define ST77XX_WHITE 0xFFFF

/// Subclass of SPITFT type display for ST77xx displays (there's a lot in common!)
Expand Down

0 comments on commit a3e9712

Please sign in to comment.