TM1638_plus 2.1.0
Arduino library for Tm1638 modules
Classes | Enumerations
TM1638plus_common.h File Reference

Arduino library Tm1638plus, Header file for common data and functions between model classes. More...

#include "WProgram.h"
#include "common_data.h"
#include "seven_segment_font_data.h"

Go to the source code of this file.

Classes

class  TM1638plus_common
 The base Class , used to store common data & functions for all models types. More...
 

Enumerations

enum  AlignTextType_e : uint8_t { TMAlignTextRight = 1 , TMAlignTextLeft = 2 }
 

Detailed Description

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

Enumeration Type Documentation

◆ AlignTextType_e

enum AlignTextType_e : uint8_t

Alignment of text on display

Enumerator
TMAlignTextRight 

Align text to the right on display

TMAlignTextLeft 

Align text to the left on display