ESP32 is a very popular IOT chips in the world.
AWTK is an open source GUI. It's easy to support embedded system, Wechat, WEB, Mobile phone and PC.
Clone the esp32-awtk
repository, set up IDF_PATH
, and then compile, flash and monitor applications in the same way as when working with ESP-IDF.
git clone --recursive https://github.com/jason-mao/esp32-awtk.git
cd esp32-awtk/example
export IDF_PATH=$PWD/../esp-idf
make flash monitor
- Porting awtk to support ESP32
- Running first demo on ESP-WROVER-KIT with WROVER module
- Support touch input events
- Implement framebuffer to improve speed