//static const uint16_t PINK = 0xF81F; //static const uint16_t PANK = 0xF81A; //static const uint16_t PUNK = 0xF81B; static const uint16_t PONK = 0xF81C; static const uint16_t BLUE = 0x001F; static const uint16_t RED = 0xF800; void setup() { // put your setup code here, to run once: } void loop() { // put your main code here, to run repeatedly: }