diff options
| author | Emil Muratov <gpm@hotplug.ru> | 2021-02-16 23:03:56 +0300 |
|---|---|---|
| committer | Emil Muratov <gpm@hotplug.ru> | 2021-02-16 23:03:56 +0300 |
| commit | 4de6fea3f84477dbf5350a48dcf137682d5701c2 (patch) | |
| tree | a370b30d88d0978b252ee7c5efe0cb4cd6d91072 /examples/PIO_TestPatterns/platformio.ini | |
| parent | 3214cd643d93a212247bae92e4e9ac4ed20e02e3 (diff) | |
TestPatterns example updated
+ some corrections in read.me
Signed-off-by: Emil Muratov <gpm@hotplug.ru>
Diffstat (limited to 'examples/PIO_TestPatterns/platformio.ini')
| -rw-r--r-- | examples/PIO_TestPatterns/platformio.ini | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/examples/PIO_TestPatterns/platformio.ini b/examples/PIO_TestPatterns/platformio.ini index 0edd28a..c5a2b09 100644 --- a/examples/PIO_TestPatterns/platformio.ini +++ b/examples/PIO_TestPatterns/platformio.ini @@ -17,26 +17,26 @@ monitor_filters = esp32_exception_decoder [env:esp32] build_flags = ${env.build_flags} - -DUSE_FASTLINES + ;-DUSE_FASTLINES -DNO_GFX lib_deps = ${env.lib_deps} ; use dev version of the lib - https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-I2S-DMA.git#dev + https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-I2S-DMA.git [env:idfarduino] platform = espressif32 platform_packages = ; use a special branch - framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32.git#idf-release/v4.0 + framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32.git#idf-release/v4.0 framework = arduino, espidf build_flags = ${env.build_flags} -DARDUINO=200 -DESP32 - -DUSE_FASTLINES + ;-DUSE_FASTLINES -DNO_GFX lib_deps = ${env.lib_deps} - https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-I2S-DMA.git#dev + https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-I2S-DMA.git |
