界面修改数据,自动通知 MCU。
MCU 修改数据,自动更新界面。
对于高级用户,也提供了一些直接操作 GUI 的函数。
git clone https://github.com/zlgopen/awtk.git
cd awtk
scons
AWTK 的编译方法和环境配置请参考 AWTK 编译指南:
https://gitee.com/zlgopen/awtk/blob/master/README_zh.md
git clone https://github.com/zlgopen/awtk-mvvm.git
cd awtk-mvvm
scons WITH_JERRYSCRIPT=false
用 WITH_JERRYSCRIPT=false 参数禁止编译 jerryscript,因为 jerryscript 不是必须的。
cd mcu/simulator
scons
python scripts/update_res.py all
运行 MCU 模拟器
./bin/mcu_sim
cd hmi/demo_app3
scons
python scripts/update_res.py all
./bin/demo
更多往期文章,请点击“ 阅读原文 ”。