aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@unormal.org>2013-01-16 15:20:47 +0100
committerJoel Bodenmann <joel@unormal.org>2013-01-16 15:20:47 +0100
commit1a05e4a89ad7351e81da0e4dd152a7375a457884 (patch)
tree5fe956e67796778248d32d7f4ddaa5dfb08b54c6 /include
parenta278e1c11377bb01e080d0f2ac2012e34737b651 (diff)
downloaduGFX-1a05e4a89ad7351e81da0e4dd152a7375a457884.tar.gz
uGFX-1a05e4a89ad7351e81da0e4dd152a7375a457884.tar.bz2
uGFX-1a05e4a89ad7351e81da0e4dd152a7375a457884.zip
some more TDISP cleanup
Diffstat (limited to 'include')
-rw-r--r--include/tdisp/lld/tdisp_lld.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/tdisp/lld/tdisp_lld.h b/include/tdisp/lld/tdisp_lld.h
index 8650d887..891b7b98 100644
--- a/include/tdisp/lld/tdisp_lld.h
+++ b/include/tdisp/lld/tdisp_lld.h
@@ -42,6 +42,8 @@ extern void tdisp_lld_write_data(uint8_t data);
extern bool_t tdisp_lld_init(void);
extern void tdisp_lld_set_cursor(coord_t col, coord_t row);
extern void tdisp_lld_create_char(uint8_t address, char *charmap);
+extern void tdisp_lld_clear(void);
+extern void tdisp_lld_home(void);
#ifdef __cplusplus
}