oopsie
This commit is contained in:
parent
9bfe08ade6
commit
63c8ab909d
|
@ -29,7 +29,7 @@ uint8_t digit_to_binary(bool period, uint8_t digit) {
|
|||
case 8: return val | 0x7f;
|
||||
case 9: return val | 0x6f;
|
||||
// by default draw a dash
|
||||
default: return 0x01000000;
|
||||
default: return 0b01000000;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue