TM1638_plus 2.1.0
Arduino library for Tm1638 modules
|
Class that provides access to common data. More...
#include <common_data.h>
Public Types | |
enum | DecimalPoint_e : uint8_t { DecPointOff = 0 , DecPointOn = 1 } |
Switch on or off decimal point on a digit. More... | |
Public Attributes | |
bool | displaylib_LED_debug = false |
Static Public Attributes | |
static constexpr uint16_t | displaylib_LED_VersionNum = 210 |
Static Protected Attributes | |
static constexpr uint8_t | _ASCII_FONT_OFFSET = 0x20 |
static constexpr uint8_t | _ASCII_FONT_END = 0x7B |
static constexpr uint8_t | _ASCII_FONT_HEX_OFFSET = 0x10 |
static constexpr uint8_t | DEC_POINT_7_MASK = 0x80 |
Class that provides access to common data.
enum CommonData::DecimalPoint_e : uint8_t |
|
staticconstexprprotected |
End of ASCII Table + 1
|
staticconstexprprotected |
ASCII table offset to reach the number position
|
staticconstexprprotected |
Offset in the ASCII table for font Start position
|
staticconstexprprotected |
Mask to switch on 7 seg decimal point
bool CommonData::displaylib_LED_debug = false |
debug flag, true = debug mode on, extra infomation written to console
|
staticconstexpr |
library version number