Replying to myself... On 4/5/07, Daniel Serpell wrote: > > int putText(int x, int y, char *msg) > { > while( *msg ) > { > char advance = fontTab[*msg] & 0x0F; > char base = fontTab[*msg] >> 4; > putChar(x, y+base, *msg); Mmm, I forgot the "msg++" here :-) > x += advance; > } > return x; > } Daniel. -- http://www.piclist.com PIC/SX FAQ & list archive View/change your membership options at http://mailman.mit.edu/mailman/listinfo/piclist