00001 #include "ccld.h" 00002 #include "config.h" 00003 00004 // put this in your config.h 00005 00006 //#define DSP_0801_TOTAL_CHARS 8 00007 00008 void ea_dsp0401b_set_cursor(uns8 x); 00009 void ea_dsp0401b_print_str(char *str); 00010 void ea_dsp0401b_set_raw(uns8 pos, uns16 raw); 00011 void ea_dsp0401b_setup_io(void); 00012 void ea_dsp0401b_display(void);