|
MAX7219_CH32 Library 1.0.0
A lightweight library for controlling MAX7219 7-segment displays
|
Go to the source code of this file.
Macros | |
| #define | SEGMENT_BLANK 0b00000000 |
| #define | SEGMENT_MINUS 0b00000001 |
| #define | SEGMENT_DOT 0b10000000 |
Variables | |
| const uint8_t | SEGMENT_DIGITS [10] |
| const uint8_t | SEGMENT_LETTERS [26] |
| const uint8_t | SEGMENT_HEX [6] |
| #define SEGMENT_BLANK 0b00000000 |
Definition at line 84 of file MAX7219_CH32.cpp.
| #define SEGMENT_DOT 0b10000000 |
Definition at line 86 of file MAX7219_CH32.cpp.
| #define SEGMENT_MINUS 0b00000001 |
Definition at line 85 of file MAX7219_CH32.cpp.
| const uint8_t SEGMENT_DIGITS[10] |
Definition at line 30 of file MAX7219_CH32.cpp.
| const uint8_t SEGMENT_HEX[6] |
Definition at line 74 of file MAX7219_CH32.cpp.
| const uint8_t SEGMENT_LETTERS[26] |
Definition at line 44 of file MAX7219_CH32.cpp.