Skip to content

Commit

Permalink
ESP32 LEDs migration onto NeoPixelBus Library is activated
Browse files Browse the repository at this point in the history
  • Loading branch information
lyusupov committed Jun 29, 2018
1 parent 728e260 commit 5a12bdd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions software/firmware/source/SoftRF/Platform_ESP32.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@
#define swSer Serial1

/* Adafruit_NeoPixel still has "flickering" issue of ESP32 caused by 1 ms scheduler */
#define USE_ADAFRUIT_NEO_LIBRARY
//#define USE_ADAFRUIT_NEO_LIBRARY

/*
* NeoPixelBus is already "flickering-free" on ESP32 (with I2S)
* but the "Core" needs update onto the most recent one
*/
//#define USE_NEOPIXELBUS_LIBRARY
#define USE_NEOPIXELBUS_LIBRARY

#if defined(USE_NEOPIXELBUS_LIBRARY)
#include <NeoPixelBus.h>
Expand Down

0 comments on commit 5a12bdd

Please sign in to comment.