Added cheers to e for hand typing color codes

This commit is contained in:
Dionysus 2024-05-28 18:58:06 -04:00
parent af93986495
commit 8e3f702c98
Signed by: acidvegas
GPG Key ID: EF4B922DB85DC9DE

View File

@ -523,6 +523,7 @@ char getKeyboardInput() {
} }
// Cheers to e for hand typing these color codes
uint16_t getColorFromCode(int colorCode) { uint16_t getColorFromCode(int colorCode) {
switch (colorCode) { switch (colorCode) {
case 0: return TFT_WHITE; case 0: return TFT_WHITE;