LUAndroid User Documentation
Embedded operating system that runs LUA scripts
Brought to you by:
luandroid
ldro namespace is the default for all LUAndroid libraries.
Most of these libraries are implemented in native C code to give you nice speed performance.
The libraries reside in the MCU, and cannot be read or modified by the user.
The only access if via require statement.
example
local gfx=require("ldro.gfx")
gfx.clear()
Name | Description | New in | Removed from |
---|---|---|---|
[ldro.dio] | Discrete IO Library | ||
[ldro.time] | Timining Library | ||
[ldro.sfrd] | Direct access to selected SFRs | ||
[ldro.gfx] | Graphics Library | ||
[ldro.lfs] | Lua Filesystem Library port | ||
[ldro.tch.mtch6301] | Touchscreen driver | ||
[ldro.gfx.ddb] | Device Dependent Bitmap library |