<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.5296.0" name=GENERATOR></HEAD>
<BODY>
<DIV><SPAN class=593540211-03022006><FONT face=Arial 
size=2>Gudday.</FONT></SPAN></DIV>
<DIV><SPAN class=593540211-03022006><FONT face=Arial 
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=593540211-03022006><FONT face=Arial size=2>Here is how I gave 
my XASTIR a RADAR style display</FONT></SPAN></DIV>
<DIV><SPAN class=593540211-03022006><FONT face=Arial 
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=593540211-03022006><FONT face=Arial size=2>Login as 
root</FONT></SPAN></DIV>
<DIV><SPAN class=593540211-03022006><FONT face=Arial 
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=593540211-03022006><FONT face=Arial size=2>1) Modify 
draw_symbols.c</FONT></SPAN></DIV>
<DIV><SPAN class=593540211-03022006><FONT face=Arial 
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=593540211-03022006><FONT face=Arial size=2>add this (to make 
all text green)</FONT></SPAN></DIV>
<DIV><SPAN class=593540211-03022006><FONT face=Arial 
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=593540211-03022006><FONT face=Arial size=2> // finally 
draw the text<BR>    fgcolor = 0x52;<BR>    
(void)XSetForeground(XtDisplay(w),gc,colors[fgcolor]);<BR>    
(void)XDrawString(XtDisplay(w),where,gc,x,y,text,length);  
</FONT></SPAN></DIV>
<DIV><SPAN class=593540211-03022006><FONT face=Arial 
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=593540211-03022006><FONT face=Arial size=2>2) Modify 
symbols.dat</FONT></SPAN></DIV>
<DIV><SPAN class=593540211-03022006><FONT face=Arial 
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=593540211-03022006><FONT face=Arial size=2>delete all symbols 
except the first one and set it to a green diamond like this</FONT></SPAN></DIV>
<DIV><SPAN class=593540211-03022006><FONT face=Arial 
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=593540211-03022006><FONT face=Arial size=2># 
-------------------------------<BR>#<BR>TABLE 
!              
description from APRS101.pdf [used here as]<BR>APRS 
#<BR>....................<BR>....................<BR>....................<BR>....................<BR>....................<BR>........kk..........<BR>.......k..k.........<BR>......k....k........<BR>.....k......k.......<BR>....k........k......<BR>...k..........k.....<BR>....k........k......<BR>.....k......k.......<BR>......k....k........<BR>.......k..k.........<BR>........kk..........<BR>....................<BR>....................<BR>....................<BR>....................          
</FONT></SPAN></DIV>
<DIV><SPAN class=593540211-03022006><FONT face=Arial 
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=593540211-03022006><FONT face=Arial 
size=2></FONT></SPAN> </DIV>
<P><FONT face=Arial size=2>-----------------------------------------<BR>Andrew 
Rich<BR>Amateur radio callsign VK4TEC<BR>email: </FONT><A 
href="mailto:vk4tec@tech-software.net"><FONT face=Arial 
size=2>vk4tec@tech-software.net</FONT></A><BR><FONT face=Arial size=2>web: 
http://www.tech-software.net<BR>Brisbane AUSTRALIA </FONT></P>
<DIV> </DIV></BODY></HTML>