mrcodetastic / ESP32-HUB75-MatrixPanel-DMA

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.
MIT License
975 stars 215 forks source link

Add esp_lcd dependency to build system #600

Closed loganfin closed 8 months ago

loganfin commented 8 months ago

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.