Noiasca Tool Kit
Several helper functions and classes to make life with Arduino easier
|
simulate a flickering light like a fire on a HT16K33 More...
#include <Noiasca_HT16K33.h>
Public Member Functions | |
FlickerHT16K33 (HT16K33expander &ic, uint16_t pixel) | |
![]() | |
Flicker (HT16K33 &obj) | |
simulate a flickering light like a fire More... | |
void | off () override |
switch off | |
void | setMaxBrightness (uint8_t _maxBrightness) |
set the maximum brightness More... | |
void | toggle () |
switch between on or off state | |
void | update (uint32_t currentMillis=millis()) |
check if update is necessary More... | |
simulate a flickering light like a fire on a HT16K33
wrapper to flicker an output on a HT16K33 output. Inherits "style" class and composites HT16K33
|
inline |
ic | a reference to your HT16K33 output |
pixel | the output on the HT16K33 to be used |