placement of serial devices text
This commit is contained in:
parent
4c5706f368
commit
12b07d0d51
1 changed files with 1 additions and 1 deletions
|
@ -846,7 +846,7 @@ static void _draw_serial_devices_path( void )
|
||||||
}
|
}
|
||||||
|
|
||||||
if ( strlen( text ) > 0 )
|
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 )
|
static void sdl_draw_nibble( int nx, int ny, int val )
|
||||||
|
|
Loading…
Reference in a new issue