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

Imitiate fluorescent lamp with a HT16K33 output. More...

#include <Noiasca_HT16K33.h>

Inheritance diagram for FluorescentHT16K33:
Fluorescent< HT16K33 >

Public Member Functions

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

Detailed Description

Imitiate fluorescent lamp with a HT16K33 output.

wrapper for imitating Fluorescent on a HT16K33 output. Inherits "style" class and composites HT16K33

Constructor & Destructor Documentation

◆ FluorescentHT16K33()

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