Increase frequency of led strip for higher resolution - tested as working off NERO motor pin 5
This commit is contained in:
parent
cca6d1ad6a
commit
81d00db1b1
|
@ -28,7 +28,7 @@
|
|||
// 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_TIMER_MHZ 24
|
||||
#define WS2811_TIMER_MHZ 48
|
||||
#define WS2811_CARRIER_HZ 800000
|
||||
|
||||
void ws2811LedStripInit(ioTag_t ioTag);
|
||||
|
|
Loading…
Reference in New Issue