diff options
author | Joel Bodenmann <joel@unormal.org> | 2013-01-10 19:47:50 +0100 |
---|---|---|
committer | Joel Bodenmann <joel@unormal.org> | 2013-01-10 19:47:50 +0100 |
commit | 6cc67bad84176614936f2c6439d640637186764d (patch) | |
tree | 9e510ac2b26ab6dc4feddc848cca298dca19bfae /drivers | |
parent | a2a87ddd458ef0811dfb71510d7027d23038005b (diff) | |
download | uGFX-6cc67bad84176614936f2c6439d640637186764d.tar.gz uGFX-6cc67bad84176614936f2c6439d640637186764d.tar.bz2 uGFX-6cc67bad84176614936f2c6439d640637186764d.zip |
some TDISP doxygen
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/tdisp/HD44780/tdisp_lld.c | 1 | ||||
-rw-r--r-- | drivers/tdisp/HD44780/tdisp_lld_board_example.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/drivers/tdisp/HD44780/tdisp_lld.c b/drivers/tdisp/HD44780/tdisp_lld.c index b830a7ca..0cbd414b 100644 --- a/drivers/tdisp/HD44780/tdisp_lld.c +++ b/drivers/tdisp/HD44780/tdisp_lld.c @@ -84,4 +84,5 @@ bool_t TDISP_LLD(init)(void) { } #endif /* GFX_USE_TDISP */ +/** @} */ diff --git a/drivers/tdisp/HD44780/tdisp_lld_board_example.h b/drivers/tdisp/HD44780/tdisp_lld_board_example.h index e07116d8..de9e0b0b 100644 --- a/drivers/tdisp/HD44780/tdisp_lld_board_example.h +++ b/drivers/tdisp/HD44780/tdisp_lld_board_example.h @@ -60,4 +60,5 @@ void write_bus(uint8_t data) { } #endif /* _TDISP_LLD_BOARD_H */ +/** @} */ |