diff options
Diffstat (limited to 'apps/plugins/chessclock.c')
| -rw-r--r-- | apps/plugins/chessclock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/chessclock.c b/apps/plugins/chessclock.c index 1c394df..d81b71e 100644 --- a/apps/plugins/chessclock.c +++ b/apps/plugins/chessclock.c @@ -215,7 +215,7 @@ static void show_pause_mode(bool enabled) static const char pause_icon[] = {0x00,0x7f,0x7f,0x00,0x7f,0x7f,0x00}; if (enabled) - rb->lcd_bitmap(pause_icon, 52, 0, 7, 8); + rb->lcd_mono_bitmap(pause_icon, 52, 0, 7, 8); else { rb->lcd_set_drawmode(DRMODE_SOLID|DRMODE_INVERSEVID); |