Fix dot testing

This commit is contained in:
Avishay Orpaz
2016-11-16 23:59:21 +02:00
parent 3290c74d84
commit af575aa917
+1 -1
View File
@@ -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);
}