Increase frequency of led strip for higher resolution - tested as working off NERO motor pin 5

This commit is contained in:
blckmn 2017-06-24 13:26:43 +10:00
parent cca6d1ad6a
commit 81d00db1b1
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@
// number of bytes needed is #LEDs * 24 bytes + 42 trailing bytes) // number of bytes needed is #LEDs * 24 bytes + 42 trailing bytes)
#define WS2811_DMA_BUFFER_SIZE (WS2811_DATA_BUFFER_SIZE + WS2811_DELAY_BUFFER_LENGTH) #define WS2811_DMA_BUFFER_SIZE (WS2811_DATA_BUFFER_SIZE + WS2811_DELAY_BUFFER_LENGTH)
#define WS2811_TIMER_MHZ 24 #define WS2811_TIMER_MHZ 48
#define WS2811_CARRIER_HZ 800000 #define WS2811_CARRIER_HZ 800000
void ws2811LedStripInit(ioTag_t ioTag); void ws2811LedStripInit(ioTag_t ioTag);