Skip to content

Commit 668a757

Browse files
committed
pixel limit for hub75
1 parent c463d51 commit 668a757

File tree

2 files changed

+450
-448
lines changed

2 files changed

+450
-448
lines changed

wled00/bus_manager.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -338,6 +338,8 @@ class BusHub75Matrix : public Bus {
338338
public:
339339
BusHub75Matrix(BusConfig &bc);
340340

341+
uint16_t getMaxPixels() override { return 4096; };
342+
341343
bool hasRGB() { return true; }
342344
bool hasWhite() { return false; }
343345

0 commit comments

Comments
 (0)