Sfoglia il codice sorgente

Add function to clear all pixels

main_ledos
Farsheed 6 anni fa
parent
commit
b3af52d517
Nessun account collegato all'indirizzo email del committer
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  1. +3
    -0
      WS2812Serial.h

+ 3
- 0
WS2812Serial.h Vedi File

@@ -55,6 +55,9 @@ public:
drawBuffer[num+1] = green;
drawBuffer[num+2] = red;
}
void clear() {
memset(drawBuffer, 0, numled * 3);
}
void show();
bool busy();
uint16_t numPixels() {

Loading…
Annulla
Salva