This commit is contained in:
2024-05-04 12:58:02 +02:00
parent 1b4a93d9e1
commit b9e5813223
3 changed files with 9 additions and 2 deletions

View File

@ -35,4 +35,6 @@ white:
.byte 0xff>>DIMM_FACTOR, 0xff>>DIMM_FACTOR, 0xff>>DIMM_FACTOR, 0
red:
.byte 0xff>>DIMM_FACTOR, 0x00>>DIMM_FACTOR, 0x00>>DIMM_FACTOR, 0
flash:
.byte 0xff, 0xff, 0xff, 0

View File

@ -16,6 +16,7 @@
#define _yellow 0x0b
#define _white 0x0c
#define _red 0x0d
#define _flash 0x0e