LuaBox
Loading...
Searching...
No Matches
DisplayClear.h File Reference
#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.

Function Documentation

◆ DisplayClear()

int DisplayClear ( lua_State * L_)

Clear the display sprite buffer to a given color.

Parameters
L_Lua state; optional first argument as 16-bit RGB565 color (default 0x0000 = black).
Returns
int Pushes no values to Lua stack.