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

A demo file library for TM1637 module Works on Model 4 (tm1637 Model 4 semi-colon) Carries out series of tests demonstrating library. More...

#include "TM1637plus.h"

Detailed Description

A demo file library for TM1637 module Works on Model 4 (tm1637 Model 4 semi-colon) Carries out series of tests demonstrating 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 + semi colon 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