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

Commit 9278190

Browse files
committed
Fixed GPIO Order to RAW order. Otherwise PINs are mapped wrong
1 parent bbe0d35 commit 9278190

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

WrapperFastLed.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
#define WrapperFastLed_h
33

44
#include "BaseHeader.h"
5+
6+
#define FASTLED_ESP8266_RAW_PIN_ORDER
7+
//#define FASTLED_ESP8266_NODEMCU_PIN_ORDER
8+
//#define FASTLED_ESP8266_D1_PIN_ORDER
9+
510
#include <FastLED.h>
611

712
class WrapperFastLed {

WrapperWebconfig.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#include "BaseHeader.h"
44

55
#include <ESP8266WebServer.h>
6-
#include <FastLED.h>
6+
#include "WrapperFastLed.h"
77
#include <LinkedList.h>
88

99
class SelectEntryBase {

0 commit comments

Comments
 (0)