-- SPDX-FileCopyrightText: 2023 jacqueline -- -- SPDX-License-Identifier: GPL-3.0-only --- @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