commit
338c5c6551
@ -0,0 +1,6 @@
|
|||||||
|
#pragma once
|
||||||
|
struct cRGB {
|
||||||
|
uint8_t b;
|
||||||
|
uint8_t g;
|
||||||
|
uint8_t r;
|
||||||
|
};
|
Loading…
Reference in new issue