From 9a9c65ac8e9513bd5777ff2164fc0bdb4a879097 Mon Sep 17 00:00:00 2001 From: Will Tatam Date: Sun, 22 Sep 2024 16:29:52 +0100 Subject: [PATCH] Whitespace --- wled00/bus_manager.h | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/wled00/bus_manager.h b/wled00/bus_manager.h index a730a44e..0f110dd6 100644 --- a/wled00/bus_manager.h +++ b/wled00/bus_manager.h @@ -325,23 +325,16 @@ class BusNetwork : public Bus { class BusHub75Matrix : public Bus { public: BusHub75Matrix(BusConfig &bc); - bool hasRGB() { return true; } bool hasWhite() { return false; } - void setPixelColor(uint16_t pix, uint32_t c); uint32_t getPixelColor(uint16_t pix) const override; - void show() override; - void setBrightness(uint8_t b, bool immediate); - uint8_t getPins(uint8_t* pinArray) const override; - void deallocatePins(); - void cleanup(); - + ~BusHub75Matrix() { cleanup(); }