demo file library for TM1638 module(8 bicolour green and red LEDs & 8 pushbuttons).
More...
|
#define | STROBE_TM 4 |
|
#define | CLOCK_TM 6 |
|
#define | DIO_TM 7 |
|
#define | myTestDelay 5000 |
|
#define | myTestDelay1 1000 |
|
#define | myTestDelay3 3000 |
|
|
void | setup () |
|
void | loop () |
|
void | Test0 () |
|
void | Test1 () |
|
void | Test2 () |
|
void | Test3 () |
|
void | Test4 () |
|
void | Test5 () |
|
void | Test6 () |
|
void | Test7 () |
|
void | Test8 () |
|
void | Test9 () |
|
void | Test10 () |
|
void | Test11 () |
|
void | Test12 () |
|
void | Test13 () |
|
void | Test14 () |
|
void | Serialinit () |
|
|
bool | high_freq = false |
|
TM1638plus_model3 | tm (STROBE_TM, CLOCK_TM, DIO_TM, high_freq) |
|
uint8_t | testcount = 1 |
|
demo file library for TM1638 module(8 bicolour green and red LEDs & 8 pushbuttons).
- Author
- Gavin Lyons
- Note
- Called Model 3 in this library. This model is labelled LKM1638 or tm1638 v1.3 Carries out series of tests demonstrating arduino library TM1638plus.
- Test:
- Test 0 Reset
- Test 1 Brightness
- Test 2 ASCII display
- Test 3 Set a single segment
- Test 4 Hex digits
- Test 5 Text String with Decimal point
- Test 6 TEXT + ASCII combo
- Test 7 Integer Decimal number
- Test 8 Text String + Float
- Test 9 Text String + decimal number
- Test 10 Multiple dots
- Test 11 Display Overflow
- Test 12 Scrolling text
- Test 13 Green + red LEDS, setLED and setLEDs functions.
- Test 14 Buttons + LEDS