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);