|
LuaBox
|
#include "lua_include.h"#include "global.h"#include "../backlight.h"Go to the source code of this file.
Functions | |
| int | DisplayBacklight (lua_State *L_) |
| Set the display backlight brightness. | |
| int DisplayBacklight | ( | lua_State * | L_ | ) |
Set the display backlight brightness.
| L_ | Lua state; expects first argument as integer (0–255) for brightness level. |