mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-08-13 21:29:56 +00:00
Files
1dbfc50dbe82cbeffd0b1884f2ca14e441ccbb5c
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
|