mirror of
https://github.com/opentx/opentx.git
synced 2025-07-14 20:10:08 +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
|
@ -2,7 +2,7 @@
|
|||
* Copyright (C) OpenTX
|
||||
*
|
||||
* Based on code named
|
||||
* th9x - http://code.google.com/p/th9x
|
||||
* th9x - http://code.google.com/p/th9x
|
||||
* er9x - http://code.google.com/p/er9x
|
||||
* gruvin9x - http://code.google.com/p/gruvin9x
|
||||
*
|
||||
|
@ -137,6 +137,7 @@ struct LuaField {
|
|||
};
|
||||
bool luaFindFieldByName(const char * name, LuaField & field, unsigned int flags=0);
|
||||
void luaLoadThemes();
|
||||
void registerBitmapClass(lua_State * L);
|
||||
#else // defined(LUA)
|
||||
#define luaInit()
|
||||
#define LUA_LOAD_MODEL_SCRIPTS()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue