Browse Source

Changed DMA channel to 10 since 5 seems to be causing SD card corruption. See https://github.com/jgarff/rpi_ws281x/issues/224

master
klonfish 6 years ago
parent
commit
8ec773cacc
  1. 2
      blup/output.py

2
blup/output.py

@ -341,7 +341,7 @@ class BlinkenbuntHDOutput(Output): @@ -341,7 +341,7 @@ class BlinkenbuntHDOutput(Output):
LED_COUNT = self.w * self.h
LED_PIN = 13
LED_FREQ_HZ = 800000
LED_DMA = 5
LED_DMA = 10
LED_INVERT = False
LED_PWM = 1

Loading…
Cancel
Save