Skip to content

lcd.drawNumber

lcd.drawNumber(x, y, value [, flags [, inversColor]])

Display a number at (x,y)

Parameters

Name Req Type Description
x yes integer starting coordinate
y yes integer starting coordinate
value yes integer value to display
flags no integer please see the Lcd functions overview
inversColor no unknown overrides the inverse text color for INVERS

Returns

None.

Availability

  • Since: 2.0.0
  • Radio support: bw-lcd
  • Radio support: color-lcd

Source

radio/src/lua/api_colorlcd.cpp; radio/src/lua/api_stdlcd.cpp