Update ESP32-HUB75-MatrixPanel-I2S-DMA.h

This commit is contained in:
mrcodetastic 2024-07-22 13:51:00 +01:00
parent fdc9019d99
commit 9be1c37da2

View file

@ -13,7 +13,7 @@
#include "platforms/platform_detect.hpp" #include "platforms/platform_detect.hpp"
#ifdef USE_GFX_LITE #ifdef USE_GFX_LITE
// Slimmed version of Adafruit GFX + FastLED: https://github.com/mrcodetastc/GFX_Lite // Slimmed version of Adafruit GFX + FastLED: https://github.com/mrcodetastic/GFX_Lite
#include "GFX_Lite.h" #include "GFX_Lite.h"
#elif !defined NO_GFX #elif !defined NO_GFX
#include "Adafruit_GFX.h" // Adafruit class with all the other stuff #include "Adafruit_GFX.h" // Adafruit class with all the other stuff