Skip to content

Commit cbdfbaf

Browse files
committed
ws2812 -> pixbuf split
This is work in progress towards nodemcu#2916 While here, document the ws2812 UART-based overlapping with mainline execution. Fixes nodemcu#3140 This includes some untested hackery to keep the deprecated ws2812_effects compiling. We anticipate this module going away soon, however. See nodemcu#3122
1 parent cb1b40f commit cbdfbaf

File tree

8 files changed

+1274
-897
lines changed

8 files changed

+1274
-897
lines changed

app/include/user_modules.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
//#define LUA_USE_MODULES_PCM
4545
//#define LUA_USE_MODULES_PERF
4646
//#define LUA_USE_MODULES_PIPE
47+
//#define LUA_USE_MODULES_PIXBUF
4748
//#define LUA_USE_MODULES_PWM
4849
//#define LUA_USE_MODULES_PWM2
4950
//#define LUA_USE_MODULES_RFSWITCH

0 commit comments

Comments
 (0)