TM1638_plus 2.1.0
Arduino library for Tm1638 modules
Test List
File TM1637_TEST_Model4.ino
  1. Test 1 setSegments and encode digit functions
  2. Test 2 decimal number testing
  3. Test 3 string display
  4. Test 4 Brightness & on/off
File TM1637_TEST_Model5.ino
  1. Test 1 setSegments and encode digit functions
  2. Test 2 decimal number testing
  3. Test 3 string display
  4. Test 4 Brightness & on/off
  5. Test 5 Error checking
File TM1638plus_TEST_Model1.ino
  1. Test 0 Reset
  2. Test 1 Brightness
  3. Test 2 ASCII display
  4. Test 3 Set a single segment
  5. Test 4 Hex digits
  6. Test 5 Text String with Decimal point
  7. Test 6 TEXT + ASCII combo
  8. Test 7 Integer Decimal number
  9. Test 8 Text String + Float
  10. Test 9 Text String + decimal number
  11. Test 10 Multiple dots
  12. Test 11 Display Overflow
  13. Test 12 Scrolling text
  14. Test 13 setLED and setLEDs method
  15. Test 14 Buttons + LEDS
File TM1638plus_TEST_Model2.ino
  1. Test 0 reset function test
  2. Test 1 decimal numbers
  3. Test 2 Hexadecimal number
  4. Test 3 manually set segments
  5. Test 4 Display strings
  6. Test 5 ASCII to segments ( no reference to font table)
  7. Test 6 Brightness control
  8. Test 7 Scroll text example
  9. Test 8 Push buttons ReadKey16() buttons function , press 16 to goto test9
  10. Test 9 Push buttons ReadKeys16Two() alternate buttons function
File TM1638plus_TEST_Model3.ino
  1. Test 0 Reset
  2. Test 1 Brightness
  3. Test 2 ASCII display
  4. Test 3 Set a single segment
  5. Test 4 Hex digits
  6. Test 5 Text String with Decimal point
  7. Test 6 TEXT + ASCII combo
  8. Test 7 Integer Decimal number
  9. Test 8 Text String + Float
  10. Test 9 Text String + decimal number
  11. Test 10 Multiple dots
  12. Test 11 Display Overflow
  13. Test 12 Scrolling text
  14. Test 13 Green + red LEDS, setLED and setLEDs functions.
  15. Test 14 Buttons + LEDS