Skip to content

Commit

Permalink
Fixed LPD8806 compilation (Aircoookie#971)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aircoookie committed Sep 20, 2020
1 parent 35b54e2 commit d70332f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

### Development versions after the 0.10.2 release

#### Build 2009202

- Fixed LPD8806 compilation

#### Build 2009201

- Added support for preset cycle toggling using CY=2
Expand Down
3 changes: 2 additions & 1 deletion platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,8 @@ lib_extra_dirs =
lib_compat_mode = strict
lib_deps =
[email protected]
[email protected]
#[email protected]
https://github.com/Makuna/NeoPixelBus
[email protected]
ESPAsyncUDP
[email protected]
Expand Down
1 change: 1 addition & 0 deletions wled00/NpbWrapper.h
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@
#define PIXELFEATURE4 DotStarLbgrFeature
#elif defined(USE_LPD8806)
#define PIXELFEATURE3 Lpd8806GrbFeature
#define PIXELFEATURE4 Lpd8806GrbFeature
#elif defined(USE_WS2801)
#define PIXELFEATURE3 NeoRbgFeature
#define PIXELFEATURE4 NeoRbgFeature
Expand Down
2 changes: 1 addition & 1 deletion wled00/wled.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
*/

// version code in format yymmddb (b = daily build)
#define VERSION 2009201
#define VERSION 2009202

// ESP8266-01 (blue) got too little storage space to work with all features of WLED. To use it, you must use ESP8266 Arduino Core v2.4.2 and the setting 512K(No SPIFFS).

Expand Down

0 comments on commit d70332f

Please sign in to comment.