allenck / esp_effects

Old school demo effects for ESP32

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Old schoold demo effects for ESP32

This is a port of the original esp_effects to use esp-idf ver 4.1 and CMake.

ESP effects

Created to test the HAGL graphics library. Ready made config files for M5Stack, TTGO T-Display and TTGO T4 V13. For example to compile and flash for M5Stack run the following.

$ git clone git@github.com:tuupola/esp_effects.git --recursive
$ cd esp_effects
$ cp sdkconfig.m5stack sdkconfig
$ make -j8 flash

If you have some other board or display run menuconfig yourself. For smaller screens triple buffering offers the smoothest animations.

$ git clone git@github.com:tuupola/esp_effects.git --recursive
$ cd esp_effects
$ make menuconfig
$ make -j8 flash

Run on computer

HAGL is hardware agnostic. You can run the demos also on your computer.

Note: Changes in this fork.

  1. Added "CMakeLists.txt in root.
  2. Added "CMakeLists.txt in main, specifying the source files.
  3. set git branch for components "hagl" and "hagl_esp_mipi" to branch "master".

About

Old school demo effects for ESP32

License:MIT No Attribution


Languages

Language:C 95.2%Language:C++ 3.7%Language:CMake 0.6%Language:Makefile 0.5%