From 1f1dd626871835547b5875e2e48d64e35c55f850 Mon Sep 17 00:00:00 2001 From: Joel Bodenmann Date: Wed, 16 Jan 2013 10:27:42 +0100 Subject: TDISP update --- include/tdisp/tdisp.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include') diff --git a/include/tdisp/tdisp.h b/include/tdisp/tdisp.h index 88c560ce..c9a8f842 100644 --- a/include/tdisp/tdisp.h +++ b/include/tdisp/tdisp.h @@ -90,7 +90,7 @@ void tdispHome(void); * @param[in] col The column * @param[in] row The row */ -void tdispGotoXY(coord_t col, coord_t row); +void tdispSetCursor(coord_t col, coord_t row); /** * @brief Store a custom character in RAM @@ -98,10 +98,10 @@ void tdispGotoXY(coord_t col, coord_t row); * @note This usually must be done after each power-up since most * LCDs lose their RAM content. * - * @param[in] location On which address to store the character (from 0 up to max) + * @param[in] address On which address to store the character (from 0 up to max) * @param[in] charmap The character to be stored. */ -void tdispCreateChar(uint8_t location, char *charmap); +void tdispCreateChar(uint8_t address, char *charmap); /** * @brief Draws a single character at the current cursor position -- cgit v1.2.3