소스 검색

Add function to clear all pixels

main_ledos
Farsheed 6 년 전
부모
커밋
b3af52d517
No account linked to committer's email address
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. +3
    -0
      WS2812Serial.h

+ 3
- 0
WS2812Serial.h 파일 보기

@@ -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…
취소
저장