Arduino library Tm1638plus, Header file for common data and functions between model classes.
More...
#include "WProgram.h"
Go to the source code of this file.
Arduino library Tm1638plus, Header file for common data and functions between model classes.
- Author
- Gavin Lyons
- Note
- See URL for full details. https://github.com/gavinlyonsrepo/TM1638plus
◆ TM_ACTIVATE
◆ TM_ASCII_OFFSET
#define TM_ASCII_OFFSET 32 |
ASCII table offset to jump over first missing 32 chars
◆ TM_BRIGHT_ADR
#define TM_BRIGHT_ADR 0x88 |
◆ TM_BRIGHT_MASK
#define TM_BRIGHT_MASK 0x07 |
◆ TM_BUTTONS_MODE
#define TM_BUTTONS_MODE 0x42 |
◆ TM_DEFAULT_BRIGHTNESS
#define TM_DEFAULT_BRIGHTNESS 0x02 |
Brightness can be 0x00 to 0x07 , 0x00 is least bright
◆ TM_DISPLAY_SIZE
#define TM_DISPLAY_SIZE 8 |
Size of display in digits
◆ TM_DOT_MASK_DEC
#define TM_DOT_MASK_DEC 128 |
0x80 Mask to switch on decimal point in seven segement
◆ TM_GREEN_LED
#define TM_GREEN_LED 0x01 |
Turn LED green color Model 3 only
◆ TM_HEX_OFFSET
ASCII table offset to reach the number position
◆ TM_HFIN_DELAY
uS Delay used by shiftIn function for High-freq MCU
◆ TM_HFOUT_DELAY
uS Delay used by shiftOut function for High-freq MCU
◆ TM_LEDS_ADR
Leftmost LED address C1 C3 C5 C7 C9 CB CD CF
◆ TM_OFF_LED
◆ TM_RED_LED
Turn LED red color Model 3 only
◆ TM_SEG_ADR
leftmost segment Address C0 C2 C4 C6 C8 CA CC CE
◆ TM_WRITE_INC
#define TM_WRITE_INC 0x40 |
◆ TM_WRITE_LOC
#define TM_WRITE_LOC 0x44 |
Write to a memory location
◆ AlignTextType_e
Alignment of text on display
Enumerator |
---|
TMAlignTextRight | Align text to the right on display
|
TMAlignTextLeft | Align text to the left on display
|
◆ pFontSevenSegptr
const unsigned char* pFontSevenSegptr |
|
extern |
Pointer to the seven segment font data table