placement of serial devices text

This commit is contained in:
Gwenhael Le Moine 2024-09-10 16:45:50 +02:00
parent 4c5706f368
commit 12b07d0d51
No known key found for this signature in database
GPG key ID: FDFE3669426707A7

View file

@ -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 )