1
0
Fork 0
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:
Bertrand Songis 2016-05-25 11:48:38 +02:00
parent b7ad1ea226
commit 231499e191
3 changed files with 78 additions and 12 deletions

View file

@ -165,6 +165,10 @@ void luaRegisterAll()
{
// Init lua
luaL_openlibs(L);
#if defined(COLORLCD)
registerBitmapClass(L);
#endif
}
void luaFree(ScriptInternalData & sid)