Show pause status in status panel

pull/4/head
erikkaashoek 5 years ago
parent bd7c91b23d
commit 2257bd0760

@ -2377,6 +2377,14 @@ void draw_cal_status(void)
#endif #endif
ili9341_drawstring(buf, x, y); ili9341_drawstring(buf, x, y);
if (is_paused()) {
color = BRIGHT_COLOR_GREEN;
ili9341_set_foreground(color);
y += YSTEP + YSTEP/2 ;
ili9341_drawstring("PAUSED", x, y);
}
// if (setting.mode == M_LOW) { // if (setting.mode == M_LOW) {
// Attenuation // Attenuation
if (setting.auto_attenuation) if (setting.auto_attenuation)

Loading…
Cancel
Save

Powered by TurnKey Linux.