Version 2.2.5

Bugfixes
This commit is contained in:
bpohvoodoo
2019-09-08 20:56:31 +02:00
parent 8cd0a07fa0
commit 75b19fd09d
7 changed files with 21 additions and 9 deletions
+1 -1
View File
@@ -167,7 +167,7 @@ WS2812FX * strip = NULL;
void DMA_Show(void) {
if(dma->IsReadyToUpdate()) {
memcpy(dma->getPixels(), strip->getPixels(), dma->getPixelsSize());
dma->Update();
dma->Update(false);
}
}
#endif