Remove getMaxPixels

This commit is contained in:
Will Tatam
2024-02-26 19:35:15 +00:00
parent 7ef84cfbfe
commit 7603b5a56c

View File

@@ -322,8 +322,6 @@ class BusHub75Matrix : public Bus {
public:
BusHub75Matrix(BusConfig &bc);
uint16_t getMaxPixels() override { return 4096; };
bool hasRGB() { return true; }
bool hasWhite() { return false; }