An Adafruit GFX Compatible Library for the ESP32, ESP32-S2, ESP32-S3 to drive HUB75 LED matrix panels using DMA for high refresh rates. Supports panel chaining.
When building for the ESP32-S3, gdma_lcd_parallel16.cpp depends on the esp_lcd library. However if you set CONFIG_ESP32_HUB75_USE_GFX, it is never added to the dependency list. This is just a simple fix that ensure that esp_lcd is always pulled in when the build target is the ESP32-S3.
When building for the ESP32-S3,
gdma_lcd_parallel16.cpp
depends on theesp_lcd
library. However if you setCONFIG_ESP32_HUB75_USE_GFX
, it is never added to the dependency list. This is just a simple fix that ensure thatesp_lcd
is always pulled in when the build target is the ESP32-S3.