acid-drop

- Unnamed repository; edit this file 'description' to name the repository.
git clone git://git.acid.vegas/-c.git
Log | Files | Refs | Archive | README | LICENSE

commit 8e3f702c98c7d9bac92af47320e69f1cc826f8fc
parent af93986495787d6e973b384bc04e14aa2ebc5d2b
Author: acidvegas <acid.vegas@acid.vegas>
Date: Tue, 28 May 2024 18:58:06 -0400

Added cheers to e for hand typing color codes

Diffstat:
Msrc/main.ino | 1+

1 file changed, 1 insertion(+), 0 deletions(-)

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