From 5c86d55458d19af739546885bf90994da3af6710 Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Sun, 5 May 2024 17:24:29 +0200 Subject: [PATCH] dark mode --- rgb-driver/colors.S | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/rgb-driver/colors.S b/rgb-driver/colors.S index 692fa19..7ec9be0 100644 --- a/rgb-driver/colors.S +++ b/rgb-driver/colors.S @@ -1,6 +1,6 @@ #include "colors.h" -#define DIMM_FACTOR 3 +#define DIMM_FACTOR 5 .section ".rodata","a" ;; color definitions according to ;; https://learn.sparkfun.com/tutorials/lilypad-protosnap-plus-activity-guide/3-custom-color-mixing @@ -36,5 +36,6 @@ white: red: .byte 0xff>>DIMM_FACTOR, 0x00>>DIMM_FACTOR, 0x00>>DIMM_FACTOR, 0 flash: - .byte 0xff, 0xff, 0xff, 0 + ;; .byte 0xff, 0xff, 0xff, 0 + .byte 0x00, 0x00, 0x00, 0