diff options
author | Tectu <joel@unormal.org> | 2012-06-28 11:48:56 +0200 |
---|---|---|
committer | Tectu <joel@unormal.org> | 2012-06-28 11:48:56 +0200 |
commit | 54fa2e561731ac8df1a06afbf759ae468d785860 (patch) | |
tree | 85dcbd1fbf97e4561a49b2a6ba01fa116283d032 | |
parent | 02f58e279f1b3ddc2082722163f708c67f6d019d (diff) | |
download | uGFX-54fa2e561731ac8df1a06afbf759ae468d785860.tar.gz uGFX-54fa2e561731ac8df1a06afbf759ae468d785860.tar.bz2 uGFX-54fa2e561731ac8df1a06afbf759ae468d785860.zip |
fix
-rw-r--r-- | console.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -53,7 +53,7 @@ struct GLCDConsole { extern "C" { #endif -msg_t lcdConsoleInit(GLCDConsole *console, uint16_t x0, uint16_t y0, uint16_t width, uint16_t height font_t font, uint16_t bkcolor, uint16_t color); +msg_t lcdConsoleInit(GLCDConsole *console, uint16_t x0, uint16_t y0, uint16_t width, uint16_t height, font_t font, uint16_t bkcolor, uint16_t color); msg_t lcdConsolePut(GLCDConsole *console, char c); msg_t lcdConsoleWrite(GLCDConsole *console, uint8_t *bp, size_t n); |