From ba4248ff24f59686e57056d954cd8b4d68bd8833 Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Fri, 17 May 2024 16:08:10 +0200 Subject: [PATCH] flash --- rgb-driver/colors.S | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rgb-driver/colors.S b/rgb-driver/colors.S index cfc421b..65c454e 100644 --- a/rgb-driver/colors.S +++ b/rgb-driver/colors.S @@ -36,7 +36,7 @@ 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 - .byte 0x80>>3, 0x00>>3, 0xff>>3, 0 + ;; .byte 0x80>>3, 0x00>>3, 0xff>>3, 0