dark mode

This commit is contained in:
Wolfgang Hottgenroth 2024-05-05 17:24:29 +02:00
parent b9e5813223
commit 5c86d55458

View File

@ -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