update to all type of ordering color with white

This commit is contained in:
Clément SAILLANT
2025-02-11 21:10:28 +01:00
parent 18d3496421
commit 7a3b0aa2d6
2 changed files with 1434 additions and 556 deletions
+2 -1
View File
@@ -12,7 +12,7 @@
copies of the Software, and to permit persons to whom the Software is copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions: furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in The above copyright notice and this permission shall be included in
all copies or substantial portions of the Software. all copies or substantial portions of the Software.
OctoWS2811 library code was well-studied and substantial portions of it used OctoWS2811 library code was well-studied and substantial portions of it used
@@ -130,6 +130,7 @@ public:
uint32_t getBalance() { return colorBalance; } uint32_t getBalance() { return colorBalance; }
void setPixel(uint32_t index, uint8_t r, uint8_t g, uint8_t b, uint8_t w); void setPixel(uint32_t index, uint8_t r, uint8_t g, uint8_t b, uint8_t w);
void getPixel(uint32_t index, uint8_t &r, uint8_t &g, uint8_t &b, uint8_t &w);
private: private:
static void isr(void); static void isr(void);
+1432 -555
View File
File diff suppressed because it is too large Load Diff