Open GoogleCodeExporter opened 9 years ago
The LEDs are fine on my modules, so aparently it's a problem with your batch.
Adding a define to invert the definition would make it impossible to use a
correct board and an inverted board on the same sketch, which is not good.
I'll try to add a new InvertedLedTM1638 implementations of the TM1638 for
modules with your LED configuration. That would make it possible to instantiate
specific modules with inverted LED but maintain compatibility with others too.
I really don't have ANY spare time on my hands right now, as work (real job) is
killing me... but I'll try to pick this up as soon as I can, I promise.
Original comment by rjbati...@gmail.com
on 31 Mar 2013 at 8:13
Modify the librairy \arduino-1.0.4\libraries\TM1638
on line 31,32,33
#define TM1638_COLOR_NONE 0
#define TM1638_COLOR_RED 2
#define TM1638_COLOR_GREEN 1
Thanks :D
Original comment by webC...@gmail.com
on 16 May 2013 at 12:35
The problem with that solution is: if you have a correct module and an inverted
module it's impossible to use...
Original comment by rjbati...@gmail.com
on 16 May 2013 at 9:18
Issue 30 has been merged into this issue.
Original comment by rjbati...@gmail.com
on 16 May 2013 at 9:19
Original issue reported on code.google.com by
beikel...@gmail.com
on 4 Feb 2013 at 11:41Attachments: