Skip to content

Commit

Permalink
placement of serial devices text
Browse files Browse the repository at this point in the history
  • Loading branch information
gwenhael-le-moine committed Sep 10, 2024
1 parent 4c5706f commit 12b07d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui_sdl2.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 )
Expand Down

0 comments on commit 12b07d0

Please sign in to comment.