FWIW, here is the OSD file that I ended up with. It seems that any
more items on the screen slows current SHR-T to the extent that the
graphics can't keep up.
I experimented with xpm and png icons for the zoom buttons, but I
didn't notice a difference in the graphics speed.
With this OSD, though, navit is usable for navigation.
Regards
Jeff
<!-- Commands include gui_internal_menu, gui_internal_fullscreen, zoom_in and zoom_out.
Usage of negative values change the button origins. x="0" y="0" specifies the top left, x="-0" y="-0" the bottom right corner.
It's always the top left corner of the icon, so you need to consider the icon's size when you enter the values. -->
<osd enabled="yes" type="button" x="-96" y="96" command="gui.fullscreen=!gui.fullscreen" src="toggle_fullscreen.xpm" background_color="#000000ff" />
<osd enabled="no" type="button" x="-96" y="0" command="zoom_in()" src="zoom_in.xpm" background_color="#000000ff" />
<osd enabled="no" type="button" x="0" y="0" command="zoom_out()" src="zoom_out.xpm" background_color="#000000ff" />
<osd enabled="yes" type="button" x="-96" y="0" command="zoom_in()" src="/usr/share/navit/xpm/gui_zoom_in_48_48.png"/>
<osd enabled="yes" type="button" x="0" y="0" command="zoom_out()" src="/usr/share/navit/xpm/gui_zoom_out_48_48.png"/>
<osd enabled="no" type="text" label="${navigation.item.street_name} ${navigation.item[1].street_name_systematic}" x="0" y="0" w="480" h="30" align="0" font_size="400" background_color="#000000ff" />
<osd enabled="no" type="gps_status" x="430" y="0" w="65" h="30" align="0" font_size="400" background_color="#000000ff" />
<osd enabled="yes" type="navigation_next_turn" x="0" y="-115" w="150" h="50" background_color="#000000ff" />
<osd enabled="yes" type="text" label="${navigation.item[1].length[named]}" x="0" y="-65" w="150" h="40" align="" font_size="450" background_color="#000000ff" />
<osd enabled="no" type="text" label="${vehicle.position_speed}" x="120" y="-75" w="240" h="50" align="0" font_size="600" background_color="#000000ff" />
<osd enabled="yes" type="text" label="ETA:${navigation.item.destination_time[arrival]}" x="0" y="-25" w="160" h="25" align="4" font_size="400" background_color="#000000ff" />
<osd enabled="no" type="text" label="TL:${navigation.item.destination_time[remaining]}" x="160" y="-25" w="160" h="25" align="4" font_size="400" background_color="#000000ff" />
<osd enabled="yes" type="text" label="Dist:${navigation.item.destination_length[named]}" x="320" y="-25" w="160" h="25" align="4" font_size="400" background_color="#000000ff" />
<osd enabled="no" type="text" label="Turn: ${navigation.item[1].street_name} ${navigation.item[1].street_name_systematic}" x="0" y="30" w="480" h="28" align="4" font_size="400" background_color="#000000ff" />
_______________________________________________
Shr-User mailing list
[email protected]
http://lists.shr-project.org/mailman/listinfo/shr-user