Explorar el Código

Add function to clear all pixels

main_ledos
Farsheed hace 6 años
padre
commit
b3af52d517
Ninguna cuenta vinculada a la dirección de correo electrónico del committer
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. +3
    -0
      WS2812Serial.h

+ 3
- 0
WS2812Serial.h Ver fichero

@@ -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() {

Cargando…
Cancelar
Guardar