Display subtract is active in statuspanel

pull/4/head
erikkaashoek 6 years ago
parent 2bd78e6ce4
commit 235840e9a9

@ -2072,6 +2072,12 @@ void draw_cal_status(void)
} }
#endif #endif
if (setting.subtract_stored) {
ili9341_set_foreground(BRIGHT_COLOR_GREEN);
y += YSTEP + YSTEP/2 ;
ili9341_drawstring("Subtr.", x, y);
}
// RBW // RBW
if (setting.rbw) if (setting.rbw)
color = BRIGHT_COLOR_GREEN; color = BRIGHT_COLOR_GREEN;

Loading…
Cancel
Save

Powered by TurnKey Linux.