From eb75e3157740e6d6c3128d41d1fb90e6896a40c0 Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Sat, 18 May 2024 12:08:18 +0200 Subject: [PATCH] different flash --- 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 65c454e..0536039 100644 --- a/rgb-driver/colors.S +++ b/rgb-driver/colors.S @@ -36,7 +36,8 @@ white: red: .byte 0xff>>DIMM_FACTOR, 0x00>>DIMM_FACTOR, 0x00>>DIMM_FACTOR, 0 flash: - .byte 0xff, 0xff, 0xff, 0 - ;; .byte 0x00, 0x00, 0x00, 0 + ;; .byte 0xff, 0x00, 0x00, 0 + ;; .byte 0xff, 0xff, 0xff, 0 + .byte 0x00, 0x00, 0x00, 0 ;; .byte 0x80>>3, 0x00>>3, 0xff>>3, 0