Skip to content

bug in flipdisplay with colon :  #18

@stef-ladefense

Description

@stef-ladefense

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 ...

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions