Returns a 5/6/5 rgb color code, that can be used with lcd.setColor
@status current Introduced in 2.2.0
r (integer) a number between 0x00 and 0xff that expresses te amount of red in the color
r
g (integer) a number between 0x00 and 0xff that expresses te amount of green in the color
g
b (integer) a number between 0x00 and 0xff that expresses te amount of blue in the color
b
number (integer) rgb color expressed in 5/6/5 format
number
Only available on Colorlcd radios
Last updated 3 years ago