lcd.RGB(r, g, b)
Returns a drawing flag with RGB color code
@status current Introduced in 2.2.0
Parameters
r
(integer) a number between 0 and 255 that expresses te amount of red in the colorg
(integer) a number between 0 and 255 that expresses te amount of green in the colorb
(integer) a number between 0 and 255 that expresses te amount of blue in the color
Return value
flag
with RGB565 color
Notice
Only available on radios with color display
Last updated