From 12b07d0d518684b736c9f7ea74e7a43749e81301 Mon Sep 17 00:00:00 2001 From: Gwenhael Le Moine Date: Tue, 10 Sep 2024 16:45:50 +0200 Subject: [PATCH] placement of serial devices text --- src/ui_sdl2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui_sdl2.c b/src/ui_sdl2.c index 5ee88ed..0383d7c 100644 --- a/src/ui_sdl2.c +++ b/src/ui_sdl2.c @@ -846,7 +846,7 @@ static void _draw_serial_devices_path( void ) } if ( strlen( text ) > 0 ) - write_with_small_font( 10, 250, text, WHITE, DISP_PAD ); + write_with_small_font( SIDE_SKIP, KEYBOARD_OFFSET_Y - ( DISP_KBD_SKIP / 2 ), text, WHITE, DISP_PAD ); } static void sdl_draw_nibble( int nx, int ny, int val )