-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Labels
bugSomething isn't workingSomething isn't working
Description
hi,
i use this for write time
void ShowTime(uint8_t _mins, uint8_t _secs, bool _Colon, bool _zns) {
display.showNumberDec(_mins, 0b01000000 * _Colon, _zns, 2, 0);
display.showNumber(_secs, true, 2, 2);
}
but with display.flipDisplay(true) not colon write ...
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working