Noiasca Tool Kit
Several helper functions and classes to make life with Arduino easier
Public Member Functions | List of all members
FlickerHT16K33 Class Reference

simulate a flickering light like a fire on a HT16K33 More...

#include <Noiasca_HT16K33.h>

Inheritance diagram for FlickerHT16K33:
Flicker< HT16K33 >

Public Member Functions

 FlickerHT16K33 (HT16K33expander &ic, uint16_t pixel)
 
- Public Member Functions inherited from Flicker< HT16K33 >
 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...
 

Detailed Description

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

Constructor & Destructor Documentation

◆ FlickerHT16K33()

FlickerHT16K33::FlickerHT16K33 ( HT16K33expander ic,
uint16_t  pixel 
)
inline
Parameters
ica reference to your HT16K33 output
pixelthe output on the HT16K33 to be used