We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1fafa1 commit e7ffc49Copy full SHA for e7ffc49
include/globals.h
@@ -1327,7 +1327,7 @@ extern RemoteDebug Debug; // Let everyone in the project know about it
1327
#elif ELECROW
1328
1329
// Implies ElecrowScreen
1330
-
+
1331
#elif AMOLED_S3
1332
1333
// Implicitly uses LilyGoScreen3
@@ -1358,9 +1358,10 @@ extern RemoteDebug Debug; // Let everyone in the project know about it
1358
1359
1360
#ifdef ESP32FEATHERTFT
1361
- #define ONBOARD_PIXEL_ORDER EOrder::RGB
1362
- #define ONBOARD_PIXEL_POWER 34
1363
- #define ONBOARD_PIXEL_DATA 33
+// Commented out because FastLED crashes if the onboard pixel is used
+// #define ONBOARD_PIXEL_ORDER EOrder::RGB
+// #define ONBOARD_PIXEL_POWER 34
1364
+// #define ONBOARD_PIXEL_DATA 33
1365
#endif
1366
1367
#ifndef USE_OLED
0 commit comments