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.
10 lines
274 B
10 lines
274 B
1 year ago
|
--- @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
|