Subversion Repositories freemyipod

Rev

Rev 2 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2 Rev 15
Line 37... Line 37...
37
 
37
 
38
 
38
 
39
void lcdconsole_init();
39
void lcdconsole_init();
40
void lcdconsole_putc(char string, int fgcolor, int bgcolor) ICODE_ATTR;
40
void lcdconsole_putc(char string, int fgcolor, int bgcolor) ICODE_ATTR;
41
void lcdconsole_puts(const char* string, int fgcolor, int bgcolor) ICODE_ATTR;
41
void lcdconsole_puts(const char* string, int fgcolor, int bgcolor) ICODE_ATTR;
-
 
42
void lcdconsole_putc_noblit(char string, int fgcolor, int bgcolor) ICODE_ATTR;
-
 
43
void lcdconsole_puts_noblit(const char* string, int fgcolor, int bgcolor) ICODE_ATTR;
42
void lcdconsole_update() ICODE_ATTR;
44
void lcdconsole_update() ICODE_ATTR;
-
 
45
void lcdconsole_callback() ICODE_ATTR;
43
 
46
 
44
 
47
 
45
#endif
48
#endif