![]() |
Erriez JY-LKM1638 board library for Arduino
1.1.0
This is an optimized JY-MCU JY-LKM1638 library for Arduino. It supports 8x 7-segment display, 8 dual color LEDs and 8 buttons with a simple API.
|
JY-LKM1638 board v1.1 library for Arduino. More...
#include <Arduino.h>
#include <ErriezTM1638.h>
Go to the source code of this file.
Classes | |
class | LKM1638Board |
LKM1638Board class, derived from TM1638 library. More... | |
Macros | |
#define | NUM_COLOR_LEDS 8 |
Number of dual color LED's. | |
#define | NUM_DIGITS 8 |
Number of digits. | |
#define | SEGMENTS_OFF 0b00000000 |
7-sgement digit all LED's off | |
#define | SEGMENTS_MINUS 0b01000000 |
7-sgement digit minus character | |
#define | SEGMENTS_DEGREE 0b01100011 |
7-sgement digit degree symbol | |
#define | SEGMENTS_C 0b00111001 |
7-sgement digit Celsius symbol | |
Enumerations | |
enum | LedColor { LedOff = 0, LedRed = 1, LedGreen = 2 } |
Dual color LED. | |
JY-LKM1638 board v1.1 library for Arduino.
Source: https://github.com/Erriez/ErriezTM1638 Source: https://github.com/Erriez/ErriezLKM1638 Documentation: https://erriez.github.io/ErriezLKM1638
Definition in file ErriezLKM1638Board.h.