mirror of
https://github.com/opentx/opentx.git
synced 2025-07-19 06:15:10 +03:00
[Horus] Bitmap class and lcd.drawBitmap() added
This commit is contained in:
parent
b7ad1ea226
commit
231499e191
3 changed files with 78 additions and 12 deletions
|
@ -165,6 +165,10 @@ void luaRegisterAll()
|
|||
{
|
||||
// Init lua
|
||||
luaL_openlibs(L);
|
||||
|
||||
#if defined(COLORLCD)
|
||||
registerBitmapClass(L);
|
||||
#endif
|
||||
}
|
||||
|
||||
void luaFree(ScriptInternalData & sid)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue