소스 검색
Add function to clear all pixels
main_ledos
Farsheed
6 년 전
No account linked to committer's email address
1개의 변경된 파일과
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() { |