Fork of Tangara with customizations
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
tangara-fw/luals-stubs/display.lua

9 lines
274 B

--- @meta
--- The `display` module contains Properties relating to the device's physical
--- display.
--- @class display
--- @field brightness Property The screen's current brightness, as a gamma-corrected percentage value from 0 to 100.
local display = {}
return display