Noiasca Tool Kit
Several helper functions and classes to make life with Arduino easier
|
Imitiate fluorescent lamp with a HT16K33 output. More...
#include <Noiasca_HT16K33.h>
Public Member Functions | |
FluorescentHT16K33 (HT16K33expander &ic, uint16_t pixel) | |
![]() | |
Fluorescent (HT16K33 &obj) | |
simulate a fluroescent lamp or flurescent tube More... | |
uint16_t | getCurrentBrightness () |
get the current brightness More... | |
void | on () override |
switch on | |
void | off () override |
switch off | |
void | toggle () override |
switch between on or off state | |
void | update (uint32_t currentMillis=millis()) |
check if update is necessary More... | |
Imitiate fluorescent lamp with a HT16K33 output.
wrapper for imitating Fluorescent on a HT16K33 output. Inherits "style" class and composites HT16K33
|
inline |
ic | a reference to your HT16K33 object |
pixel | the output on the HT16K33 to be used |