Skip to content

Commit e7ffc49

Browse files
committed
Don't use onboard pixel
1 parent b1fafa1 commit e7ffc49

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

include/globals.h

+5-4
Original file line numberDiff line numberDiff line change
@@ -1327,7 +1327,7 @@ extern RemoteDebug Debug; // Let everyone in the project know about it
13271327
#elif ELECROW
13281328

13291329
// Implies ElecrowScreen
1330-
1330+
13311331
#elif AMOLED_S3
13321332

13331333
// Implicitly uses LilyGoScreen3
@@ -1358,9 +1358,10 @@ extern RemoteDebug Debug; // Let everyone in the project know about it
13581358

13591359

13601360
#ifdef ESP32FEATHERTFT
1361-
#define ONBOARD_PIXEL_ORDER EOrder::RGB
1362-
#define ONBOARD_PIXEL_POWER 34
1363-
#define ONBOARD_PIXEL_DATA 33
1361+
// Commented out because FastLED crashes if the onboard pixel is used
1362+
// #define ONBOARD_PIXEL_ORDER EOrder::RGB
1363+
// #define ONBOARD_PIXEL_POWER 34
1364+
// #define ONBOARD_PIXEL_DATA 33
13641365
#endif
13651366

13661367
#ifndef USE_OLED

0 commit comments

Comments
 (0)