Add missing color definitions to examples/bigtest.

This commit is contained in:
Jens Hauke 2015-05-22 16:13:55 +02:00
parent 36f9f430df
commit f9fe3a4c74

View file

@ -2,6 +2,16 @@
#include <Adafruit_GFX.h> #include <Adafruit_GFX.h>
#include <TFT_ILI9163C.h> #include <TFT_ILI9163C.h>
// Color definitions
#define BLACK 0x0000
#define BLUE 0x001F
#define RED 0xF800
#define GREEN 0x07E0
#define CYAN 0x07FF
#define MAGENTA 0xF81F
#define YELLOW 0xFFE0
#define WHITE 0xFFFF
/* /*
Teensy3.x and Arduino's Teensy3.x and Arduino's
You are using 4 wire SPI here, so: You are using 4 wire SPI here, so: