fa2cb74ba1
This pull request adds two examples and tests using the ESP-IDF framework: * A test with the Arduino GFX library (which requires the arduino-esp32 library & Arduino BusIO library) * A test without the Arduino GFX library, which can be compiled without any additional dependencies. Having these tests helps prevent any future regressions that may break users of the ESP-IDF platform.
702 B
702 B
ESP-IDF Example Without Adafruit GFX Library
This folder contains example code for using this library with esp-idf
.
First, follow the Getting Started Guide for ESP-IDF to install ESP-IDF onto your computer.
When you are ready to start your first project with this library, follow folow these steps:
- Copy the files in this folder (and sub folders) into a new directory for your project.
- Clone the required repositories:
git clone https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-DMA.git components/ESP32-HUB75-MatrixPanel-I2S-DMA
- Build your project:
idf.py build