mirror of
https://github.com/avishorp/TM1637.git
synced 2026-07-28 04:05:47 +00:00
Fix dot testing
This commit is contained in:
@@ -69,7 +69,7 @@ void loop()
|
||||
|
||||
// Run through all the dots
|
||||
for(k=0; k <= 4; k++) {
|
||||
display.showNumberDecEx(0, (1 << k), true);
|
||||
display.showNumberDecEx(0, (0x80 >> k), true);
|
||||
delay(TEST_DELAY);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user