You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 5, 2023. It is now read-only.
首先非常感谢大佬提供的LuatOS及对应的esp32开发版,能降低嵌入式爱好者入门的门槛及成本。
目前我用lvgl,看到官方示例五位按钮事件需要自行处理,较为繁琐,可以注册输入设备,使用lvgl内置事件分发。
看到文档有对indev的支持,但是调用
lvgl.indev_drv_register("pointer", "emulator")报错,提示没有这个方法。随后就自己编译了这个项目master分支,上板运行报错,原始错误在另外电脑上,稍后补充。
我先用V003的分支,直接加上indev相关的API先打包自己用。