aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tdisp
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@unormal.org>2013-01-12 09:38:38 +0100
committerJoel Bodenmann <joel@unormal.org>2013-01-12 09:38:38 +0100
commit1c1b3c8d74b1bff02bffbec91bcdc96fce61a82e (patch)
treec18fe1827cb4fcc3823f01a2f995e08b39f485a6 /drivers/tdisp
parentff8e8c47d9c51c54995d2b0169d4b6d2edebdb3f (diff)
downloaduGFX-1c1b3c8d74b1bff02bffbec91bcdc96fce61a82e.tar.gz
uGFX-1c1b3c8d74b1bff02bffbec91bcdc96fce61a82e.tar.bz2
uGFX-1c1b3c8d74b1bff02bffbec91bcdc96fce61a82e.zip
TDISP: added custom character routine
Diffstat (limited to 'drivers/tdisp')
-rw-r--r--drivers/tdisp/HD44780/tdisp_lld_config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/tdisp/HD44780/tdisp_lld_config.h b/drivers/tdisp/HD44780/tdisp_lld_config.h
index 7ea80ea2..00032eaa 100644
--- a/drivers/tdisp/HD44780/tdisp_lld_config.h
+++ b/drivers/tdisp/HD44780/tdisp_lld_config.h
@@ -38,6 +38,8 @@
#define TDISP_DRIVER_NAME "HD44780"
#define TDISP_LLD(x) tdisp_lld_##x##_HD44780
+#define TDISP_MAX_CUSTOM_CHARS 0x07
+
#endif /* GFX_USE_TDISP */
#endif /* _TDISP_LLD_CONFIG_H */