mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-08-12 11:27:43 +00:00
13 lines
184 B
Plaintext
13 lines
184 B
Plaintext
#lines are index,r,g,b
|
|
#if index 0 is not set, it's starting at 0,0,0,0
|
|
#all values are ranging from 0 to 255
|
|
|
|
#pure blue
|
|
86,0,0,255
|
|
|
|
#bright green
|
|
171,0,255,0
|
|
|
|
#pure red
|
|
255,255,0,0
|