TM1638_plus 2.1.0
Arduino library for Tm1638 modules
TM1637_TEST_Model5.ino File Reference

A demo file library for TM1637 module Works on Model 5(tm1637 Model 5 decimal point) Carries out series of tests demonstrating arduino library. More...

#include "TM1637plus.h"

Detailed Description

A demo file library for TM1637 module Works on Model 5(tm1637 Model 5 decimal point) Carries out series of tests demonstrating arduino library.

Author
Gavin Lyons

setSegments function those not touch the ASCII font table and takes raw data Segment data used by other functions is is from the ASCII table in font file gfedcba (seven segments ) In gfedcba representation, a byte value of 0x06 would turn on segments "c" and "b", which would display a "1". https://en.wikipedia.org/wiki/Seven-segment_display

Note
Only tested on 4 digit + decimal points model,
Test:
  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