pixel limit for hub75

This commit is contained in:
Will Tatam
2024-02-25 17:01:16 +00:00
parent c463d5179d
commit 668a7577d4
2 changed files with 450 additions and 448 deletions

View File

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