HUB75 PSRAM Buffers

This commit is contained in:
Troy
2024-09-09 18:47:49 -04:00
parent 6d83adae3c
commit c2adb5be34
2 changed files with 42 additions and 1 deletions

View File

@@ -360,7 +360,7 @@ class BusHub75Matrix : public Bus {
public:
BusHub75Matrix(BusConfig &bc);
uint16_t getMaxPixels() const override { return 4096; };
uint16_t getMaxPixels() const override { return MAX_LEDS; };
bool hasRGB() const override { return true; }
bool hasWhite() const override { return false; }