From 235840e9a9dbe2402932650923ac9f771241c880 Mon Sep 17 00:00:00 2001 From: erikkaashoek Date: Thu, 25 Jun 2020 09:27:28 +0200 Subject: [PATCH] Display subtract is active in statuspanel --- sa_core.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/sa_core.c b/sa_core.c index 4a92f14..92fcc95 100644 --- a/sa_core.c +++ b/sa_core.c @@ -2072,6 +2072,12 @@ void draw_cal_status(void) } #endif + if (setting.subtract_stored) { + ili9341_set_foreground(BRIGHT_COLOR_GREEN); + y += YSTEP + YSTEP/2 ; + ili9341_drawstring("Subtr.", x, y); + } + // RBW if (setting.rbw) color = BRIGHT_COLOR_GREEN;