| 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_write(const char* string, size_t length, int fgcolor, int bgcolor) ICODE_ATTR;
|
| 42 |
void lcdconsole_putc_noblit(char string, int fgcolor, int bgcolor) ICODE_ATTR;
|
43 |
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;
|
44 |
void lcdconsole_puts_noblit(const char* string, int fgcolor, int bgcolor) ICODE_ATTR;
|
| - |
|
45 |
void lcdconsole_write_noblit(const char* string, size_t length, int fgcolor, int bgcolor) ICODE_ATTR;
|
| 44 |
void lcdconsole_update() ICODE_ATTR;
|
46 |
void lcdconsole_update() ICODE_ATTR;
|
| 45 |
void lcdconsole_callback() ICODE_ATTR;
|
47 |
void lcdconsole_callback() ICODE_ATTR;
|
| 46 |
|
48 |
|
| 47 |
|
49 |
|
| 48 |
#endif
|
50 |
#endif
|