|
LuaBox
|
#include "lua_include.h"#include "global.h"Go to the source code of this file.
Functions | |
| int | DisplayClear (lua_State *L_) |
| Clear the display sprite buffer to a given color. | |
| int DisplayClear | ( | lua_State * | L_ | ) |
Clear the display sprite buffer to a given color.
| L_ | Lua state; optional first argument as 16-bit RGB565 color (default 0x0000 = black). |