-
awtk端口在linux framebuffer上的实现
资源介绍
AWTK 针对 arm-linux 平台的移植。
是为嵌入式系统开发的 GUI 引擎库。
是 AWTK 在 arm-linux 上的移植。
本项目以 为载体移植,其它开发板可能要做些修改,有问题请请创建 issue。
使用方法
获取源码
以下三者并列放在同一个目录。
git clone https://github.com/zlgopen/awtk.git
git clone https://github.com/zlgopen/awtk-examples.git
git clone https://github.com/zlgopen/awtk-linux-fb.git
cd awtk-linux-fb
编辑 awtk_config.py 设置工具链的路径
TSLIB_LIB_DIR='/opt/28x/tslib/lib'
TSLIB_INC_DIR='/opt/28x/tsli