mirror of
https://github.com/wled/WLED.git
synced 2026-04-20 06:04:29 +00:00
Remove getMaxPixels
This commit is contained in:
@@ -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; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user