|
Lamp-Da 0.1
A compact lantern project
|
This class is a lightweight port of the Adafruit_Neopixel library, with compile time buffers to have a better memory handling. More...
#include <strip_impl.h>
Public Member Functions | |
| LampdaStrip (int16_t p, neoPixelType type=NEO_RGB+NEO_KHZ800) | |
| bool | begin (void) |
| void | show (void) |
| void | setPixelColor (uint16_t n, uint32_t c) |
| uint32_t | getPixelColor (uint16_t n) const |
| bool | canShow (void) |
Static Public Attributes | |
| static constexpr size_t | numLEDs = LedCount |
| static constexpr uint8_t | channelCount = ChannelCount |
Protected Member Functions | |
| void | updateType (neoPixelType t) |
| void | setPin (int16_t p) |
This class is a lightweight port of the Adafruit_Neopixel library, with compile time buffers to have a better memory handling.
| void lampda::platform::strip::LampdaStrip< LedCount, ChannelCount >::show | ( | void | ) |
THIS SHOULD NEVER HAPPEN.
Cannot implement here, simulator handles this