From 6a4c8a1f11f6a7bd57b0fd618f455bcdecbfe538 Mon Sep 17 00:00:00 2001 From: Uros Majstorovic Date: Sun, 28 Feb 2021 18:38:37 +0100 Subject: net send will do selected spi dev pause/resume if more is set and netowk is not active --- fw/fe310/test/status.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'fw/fe310/test/status.c') diff --git a/fw/fe310/test/status.c b/fw/fe310/test/status.c index 489bf78..2f44842 100644 --- a/fw/fe310/test/status.c +++ b/fw/fe310/test/status.c @@ -78,11 +78,7 @@ static uint8_t status_draw(EVEView *v, uint8_t tag0) { void app_status_msg_set(char *msg, int refresh) { strcpy(status_msg, msg); - if (refresh) { - eos_spi_dev_start(EOS_DEV_DISP); - eve_screen_draw(app_screen()); - eos_spi_dev_stop(); - } + if (refresh) app_screen_refresh(); } void app_status_init(void) { -- cgit v1.2.3