00001 #include "ccld.h" 00002 #include "config.h" 00003 00004 // put this in your config.h 00005 00006 //#define DSP_0401B_TOTAL_CHARS 8 00007 00008 void ea_dsp0801_set_cursor(uns8 x); 00009 void ea_dsp0801_print_str(char *str); 00010 void ea_dsp0801_set_raw(uns8 pos, uns16 raw); 00011 void ea_dsp0801_setup_io(void); 00012 uns16 ea_dsp0801_translate(uns8); 00013 void ea_dsp0801_display(void); 00014 void ea_dsp0801_set_dot(uns8 pos); 00015 void ea_dsp0801_clear_dot(uns8 pos); 00016 void ea_dsp0801_fill(void);