zlgopen / awtk-stm32f103ze-raw

awtk在stm32f103ze平台上的移植。
GNU Lesser General Public License v2.1
59 stars 41 forks source link
awtk stm32f103

AWTK 针对 STM32f103ze 的移植。

awtk-stm32f103ze-raw 是 AWTK 在 STM32f103ze 上的移植。

本项目以 普中科技 STM32F103ZET6 开发实验板 为载体移植,其它开发板可能要做些修改,有问题请请创建 issue。

编译

  1. 获取源码
git clone https://github.com/zlgopen/awtk-stm32f103ze-raw.git
cd awtk-stm32f103ze-raw
git clone https://github.com/zlgopen/awtk.git
  1. 用 keil 打开 awtk.uvproj

文档

这块板子老版本硬件和新版本硬件使用不同的 LCD 控制器,请根据自己的实际情况,修改 tftlcd.h,定义 LCD 控制器对应的宏:

新版本(缺省)

#define TFTLCD_R61509VN 

旧版本

#define TFTLCD_HX8357D