aboutsummaryrefslogtreecommitdiffstats
path: root/include/tdisp/lld
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@unormal.org>2013-05-15 18:00:42 +0200
committerJoel Bodenmann <joel@unormal.org>2013-05-15 18:00:42 +0200
commit11a71cb080d7548f362583baaced74675b6718ad (patch)
treed88f72c3e2a4e42f27c5bd824a978e783c89de5c /include/tdisp/lld
parent4ba223030d6d2044e16c54560e00d93df32eacd8 (diff)
downloaduGFX-11a71cb080d7548f362583baaced74675b6718ad.tar.gz
uGFX-11a71cb080d7548f362583baaced74675b6718ad.tar.bz2
uGFX-11a71cb080d7548f362583baaced74675b6718ad.zip
TDISP fixes
Diffstat (limited to 'include/tdisp/lld')
-rw-r--r--include/tdisp/lld/tdisp_lld.h68
1 files changed, 34 insertions, 34 deletions
diff --git a/include/tdisp/lld/tdisp_lld.h b/include/tdisp/lld/tdisp_lld.h
index f275199b..3edcadef 100644
--- a/include/tdisp/lld/tdisp_lld.h
+++ b/include/tdisp/lld/tdisp_lld.h
@@ -4,37 +4,37 @@
*
* http://chibios-gfx.com/license.html
*/
-
-/**
- * @file include/tdisp/lld/tdisp_lld.h
- * @brief TDISP driver subsystem low level driver header.
- *
- * @addtogroup TDISP
- * @{
- */
-
-#ifndef _TDISP_LLD_H
-#define _TDISP_LLD_H
-
-#if GFX_USE_TDISP || defined(__DOXYGEN__)
-
-#ifdef __cplusplus
-extern "C" {
-#endif
-
- bool_t tdisp_lld_init(void);
- void tdisp_lld_clear(void);
- void tdisp_lld_draw_char(char c);
- void tdisp_lld_set_cursor(coord_t col, coord_t row);
- void tdisp_lld_create_char(uint8_t address, uint8_t *charmap);
- void tdisp_lld_control(uint16_t what, void *value);
-
-#ifdef __cplusplus
-}
-#endif
-
-#endif /* GFX_USE_TDISP */
-
-#endif /* _TDISP_LLD_H */
-/** @} */
-
+
+/**
+ * @file include/tdisp/lld/tdisp_lld.h
+ * @brief TDISP driver subsystem low level driver header.
+ *
+ * @addtogroup TDISP
+ * @{
+ */
+
+#ifndef _TDISP_LLD_H
+#define _TDISP_LLD_H
+
+#if GFX_USE_TDISP || defined(__DOXYGEN__)
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+ bool_t tdisp_lld_init(void);
+ void tdisp_lld_clear(void);
+ void tdisp_lld_draw_char(char c);
+ void tdisp_lld_set_cursor(coord_t col, coord_t row);
+ void tdisp_lld_create_char(uint8_t address, uint8_t *charmap);
+ void tdisp_lld_control(uint16_t what, void *value);
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif /* GFX_USE_TDISP */
+
+#endif /* _TDISP_LLD_H */
+/** @} */
+