From f476aa35552d302bbb2d82cabebd6c5bc2930d95 Mon Sep 17 00:00:00 2001 From: hans-jurgen Date: Sun, 5 Nov 2023 21:08:24 +0100 Subject: [PATCH] 2023-11-05 Test --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index aafe63f..892af11 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -75,7 +75,7 @@ uint8_t display_draw_time=10; //30-70 is usually fine PxMATRIX display(64,64,P_LAT, P_OE,P_A,P_B,P_C,P_D,P_E); // Some standard colors -uint16_t myRED = display.color565(255, 0, 0); +uint16_t myRED = display.color565(255, 0, 1); uint16_t myGREEN = display.color565(0, 255, 0); uint16_t myBLUE = display.color565(0, 0, 255); uint16_t myWHITE = display.color565(255, 255, 255);