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

a on/off one output on HT16K33 More...

#include <Noiasca_HT16K33.h>

Inheritance diagram for OnOffHT16K33:
OnOff< HT16K33 >

Public Member Functions

 OnOffHT16K33 (HT16K33expander &ic, uint16_t pixel)
 
- Public Member Functions inherited from OnOff< HT16K33 >
void off () override
 switch output off More...
 
void on () override
 switch output off More...
 
uint16_t getCurrentBrightness ()
 get the current brightness More...
 
void setMaxBrightness (uint8_t newBrightness)
 set the maximum brightness More...
 
void toggle ()
 switch between on or off state
 

Detailed Description

a on/off one output on HT16K33

wrapper for an simple on/off on a HT16K33. This class provides a simple on() off() interface for a HT16K33. There is no effect during runtime. Inherits class pulse and composites HT16K33

Constructor & Destructor Documentation

◆ OnOffHT16K33()

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