JensGrabner / tm1638-library

Automatically exported from code.google.com/p/tm1638-library
0 stars 0 forks source link

tm1640 observations with few functions #21

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hi

Great work on the library, Thank you!

Few observations while playing with my newly arrived tm1640:

1. If clearDisplay() is used then anything after that will not print to the 
module. The fix is to use setupDisplay(), then consecutive print commands 
appears on the LEDs.

2. If setupDisplay() is used then consecutive setDisplayToString() will produce 
an extra character at the end of the string. If setupDisplay() is NOT used then 
that extra character does not appear. The character is always the same - looks 
like "L" shaped bracket. See pix.

Original issue reported on code.google.com by bbian...@gmail.com on 11 Mar 2012 at 11:54

Attachments:

GoogleCodeExporter commented 8 years ago
Corrected and available on version 2.1.1

Original comment by rjbati...@gmail.com on 12 Mar 2012 at 11:57