struct ColorRGB888 - Acetolyne/portapack-carnage GitHub Wiki
##struct ColorRGB888
uint8_t r Red value
uint8_t g Green value
uint8_t b Blue value
example:
ColorRGB888::255,255,255
TODO This needs validation
##struct ColorRGB888
uint8_t r Red value
uint8_t g Green value
uint8_t b Blue value
example:
ColorRGB888::255,255,255
TODO This needs validation