From a89a93360be03170c38814b138b3ef04f4922dbc Mon Sep 17 00:00:00 2001 From: DiSlord Date: Wed, 1 Jul 2020 17:17:06 +0300 Subject: [PATCH] Bigger text for DFU --- ui.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui.c b/ui.c index 25540ee..6467d5d 100644 --- a/ui.c +++ b/ui.c @@ -416,8 +416,8 @@ enter_dfu(void) ili9341_set_background(DEFAULT_BG_COLOR); // leave a last message ili9341_clear_screen(); - ili9341_drawstring("DFU: Device Firmware Update Mode", x, y += 10); - ili9341_drawstring("To exit DFU mode, please reset device yourself.", x, y += 10); + ili9341_drawstring_7x13("DFU: Device Firmware Update Mode", x, y += bFONT_STR_HEIGHT); + ili9341_drawstring_7x13("To exit DFU mode, please reset device yourself.", x, y += bFONT_STR_HEIGHT); // see __early_init in ./NANOVNA_STM32_F072/board.c *((unsigned long *)BOOT_FROM_SYTEM_MEMORY_MAGIC_ADDRESS) = BOOT_FROM_SYTEM_MEMORY_MAGIC;