demo file library for TM1638 module(LED & KEY). Model 1
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 | doLEDs (uint8_t value) |
|
void | Serialinit () |
|
|
bool | high_freq = false |
|
TM1638plus | tm (STROBE_TM, CLOCK_TM, DIO_TM, high_freq) |
|
demo file library for TM1638 module(LED & KEY). Model 1
- Author
- Gavin Lyons
- Note
- Carries out series of tests to demo 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 setLED and setLEDs method
- Test 14 Buttons + LEDS