LUA Reference Guide
2.8
Search
⌃K

lcd.setColor(colorIndex, color)

Change an indexed color (theme colors and CUSTOM_COLOR).
@status current Introduced in 2.2.0

Notice

  • Changing theme colors affects not only other Lua widgets, but the entire radio interface.
  • Only available on radios with color display

Parameters

  • colorIndex (flags) must be an indexed color, please see color constants.
  • color (flags) please see color constants.

Return value

none

Notice

Only available on radios with color display