Skip to content
This repository has been archived by the owner on Mar 1, 2024. It is now read-only.

Commit

Permalink
Merge pull request #15 from SciLor/develop
Browse files Browse the repository at this point in the history
Issue 14 - fix for flickering clockless stripes
  • Loading branch information
SciLor authored Nov 19, 2016
2 parents 61ffca7 + ba19ea4 commit cf22f0a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion HyperionRGB/ConfigStatic.h.example
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
//This cannot be changed via web inteface

#define CONFIG_LED_SPI_CHIPSET WS2801 //Comment out for clockless
//#define CONFIG_LED_CLOCKLESS_CHIPSET WS2812B
//#define CONFIG_LED_CLOCKLESS_CHIPSET WS2812B //Comment in for clockless
//#define FASTLED_ALLOW_INTERRUPTS 0 //Comment in if clockless stripe (ex. WS2812B) is flickering

#define CONFIG_LED_DATAPIN D1
#define CONFIG_LED_CLOCKPIN D2 //Comment out for clockless
Expand Down

0 comments on commit cf22f0a

Please sign in to comment.