22 #if defined(ARDUINO) && ARDUINO >= 100 53 virtual void setDisplayToString(
const char*
string,
const word dots = 0,
const byte pos = 0,
56 virtual void setDisplayToString(String
string,
const word dots = 0,
const byte pos = 0,
64 virtual void setDisplay(
const byte values[],
unsigned int length = 8);
virtual void setDisplayToError()
Definition: TM16XX.cpp:70
byte dataPin
Definition: TM16XX.h:76
byte strobePin
Definition: TM16XX.h:78
byte clockPin
Definition: TM16XX.h:77
const byte FONT_DEFAULT[]
Definition: TM16XXFonts.h:68
void setDisplayToDecNumber(unsigned long number, byte dots, boolean leadingZeros=true, const byte numberFont[]=FONT_DEFAULT)
Definition: TM1638QYF.cpp:112
const byte NUMBER_FONT[]
Definition: TM16XXFonts.h:34
virtual word getButtons()
Definition: TM1638QYF.cpp:134
Definition: TM1638QYF.h:31
void setDisplayToSignedDecNumber(signed long number, byte dots, boolean leadingZeros=true, const byte numberFont[]=FONT_DEFAULT)
Definition: TM1638QYF.cpp:124
virtual void setDisplayToString(const char *string, const word dots=0, const byte pos=0, const byte font[]=FONT_DEFAULT)
Definition: TM1638QYF.cpp:52
virtual void setDisplay(const byte values[], unsigned int length=8)
Definition: TM1638QYF.cpp:34
void setDisplayToHexNumber(unsigned long number, byte dots, boolean leadingZeros=true, const byte numberFont[]=FONT_DEFAULT)
Definition: TM1638QYF.cpp:102
virtual void clearDisplay()
Definition: TM1638QYF.cpp:47
void setDisplayToBinNumber(byte number, byte dots, const byte numberFont[]=NUMBER_FONT)
Definition: TM1638QYF.cpp:89
TM1638QYF(byte dataPin, byte clockPin, byte strobePin, boolean activateDisplay=true, byte intensity=7)
Definition: TM1638QYF.cpp:28