init: Air780EPM 官方 LuatOS 项目代码基线

- 来源: 合宙 LuatOS 官方仓库 air780epm 模块完整代码
- 路径: luatos/air780epm/module/Air780EPM/demo 含官方 demo(含 mqtt/mqtts/socket/uart 等)
- 后续: 基于 demo 开发 UART<->MQTT 数据上报功能
This commit is contained in:
wangfq
2026-08-31 08:53:49 +08:00
commit 173dd6874f
813 changed files with 125484 additions and 0 deletions
@@ -0,0 +1,20 @@
# exEasyUI 组件演示
1、LuatOS支持lcd核心库、exlcd扩展库、tp核心库,extp扩展库,使用这些核心库和扩展库可以开发UI界面,只不过开发起来,代码工作量比较大;
2、所以,我们在LuatOS中支持了exeasyui扩展库(内部对lcd核心库、exlcd扩展库、tp核心库,extp扩展库做了进一步封装);
3、使用exeasyui扩展库开发UI界面,代码量更少,开发更简单;
4、使用exeasyui扩展库开发的demo项目可以参考以下两个demo:
Air780EPM核心板+AirLCD_1000配件板:支持exeasyui各种组件、支持英文字体以及少量自定义的点阵中文字体、支持物理按键控制
- 代码:[module/Air780EPM/demo/accessory_board/AirLCD_1000/exeasyui](https://gitee.com/openLuat/LuatOS/tree/master/module/Air780EPM/demo/accessory_board/AirLCD_1000/exeasyui)
- 文档:[exeasyui扩展库在Air780EPM+AirLCD_1000上的应用](https://docs.openluat.com/air780epm/luatos/app/accessory/AirLCD_1000/exeasyui/)
Air780EPM核心板+AirLCD_1010配件板:支持exeasyui各种组件、支持英文字体以及少量自定义的点阵中文字体、支持触摸控制
- 代码:[module/Air780EPM/demo/accessory_board/AirLCD_1010/exeasyui](https://gitee.com/openLuat/LuatOS/tree/master/module/Air780EPM/demo/accessory_board/AirLCD_1010/exeasyui)
- 文档:[exeasyui扩展库在Air780EPM+AirLCD_1010上的应用](https://docs.openluat.com/air780epm/luatos/app/accessory/AirLCD_1010/exeasyui/)