nodemcu-firmware/tests
Nathaniel Wesley Filardo 85df6b588d
LED strip refactor (#3158)
`ws2812` buffer extracted to new `pixbuf` module.

* The new pixbuf module has more functionality than the `ws2812`-specific buffer it replaces.
* This is work in progress towards https://github.com/nodemcu/nodemcu-firmware/issues/2916
* The LED driver modules `ws2812`, `ws2801`, `apa102`, and `tm1829` have sprouted `pixbuf` support.
* `NTest` tests for `pixbuf` now exist.

While here, document the ws2812 UART-based overlapping with mainline
execution.  Fixes https://github.com/nodemcu/nodemcu-firmware/issues/3140

Co-authored-by: Gregor Hartmann <HHHartmann@users.noreply.github.com>
2021-01-06 23:35:34 +00:00
..
NTest Basic hardware test examples for adc and gpio + define hardware setup (#3324) 2020-11-15 16:01:15 +01:00
NTest_adc_env.lua Basic hardware test examples for adc and gpio + define hardware setup (#3324) 2020-11-15 16:01:15 +01:00
NTest_file.lua Create NodeMCU test system based on gambiarra (#2984) 2020-11-08 14:31:11 +00:00
NTest_gpio_env.lua Basic hardware test examples for adc and gpio + define hardware setup (#3324) 2020-11-15 16:01:15 +01:00
NTest_pixbuf.lua LED strip refactor (#3158) 2021-01-06 23:35:34 +00:00
NTest_tmr.lua Allow turning off softwd again as documented (#3327) 2020-11-13 11:11:29 +00:00
NTest_ws2812.lua LED strip refactor (#3158) 2021-01-06 23:35:34 +00:00
NTest_ws2812_effects.lua convert mispec tests to NTest and remove mispec (#3358) 2020-12-31 15:54:32 +00:00
NodeMCU_Test_Environment.md Convert test documentation to Markdown (#3346) 2020-12-12 03:24:31 +00:00