Rev 1793 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed
| Rev 1793 | Rev 1804 | ||
|---|---|---|---|
| Line 26... | Line 26... | ||
| 26 | 26 | ||
| 27 | uint8_t glcdGetY(void); |
27 | uint8_t glcdGetY(void); |
| 28 | 28 | ||
| 29 | void glcdInit(void); |
29 | void glcdInit(void); |
| 30 | 30 | ||
| - | 31 | void glcdRefresh(void); |
|
| 31 | 32 | ||
| 32 | 33 | ||
| 33 | void glcdPutStr(char *data, uint8_t color); |
34 | void glcdPutStr(char *data, uint8_t color); |
| 34 | void glcdWriteCharTransparent(char c, uint8_t color); |
35 | void glcdWriteCharTransparent(char c, uint8_t color); |
| 35 | void glcdPutStrTransparent(char *data, uint8_t color); |
36 | void glcdPutStrTransparent(char *data, uint8_t color); |