diff options
author | Joel Bodenmann <joel@unormal.org> | 2013-01-11 15:20:57 +0100 |
---|---|---|
committer | Joel Bodenmann <joel@unormal.org> | 2013-01-11 15:20:57 +0100 |
commit | ff8e8c47d9c51c54995d2b0169d4b6d2edebdb3f (patch) | |
tree | 4cde4b2e1d1d2f967e347d4f3f67c551936c2cb6 | |
parent | 66bb4ecb853fd3a35fd3154811c70aa1ff316937 (diff) | |
download | uGFX-ff8e8c47d9c51c54995d2b0169d4b6d2edebdb3f.tar.gz uGFX-ff8e8c47d9c51c54995d2b0169d4b6d2edebdb3f.tar.bz2 uGFX-ff8e8c47d9c51c54995d2b0169d4b6d2edebdb3f.zip |
tdisp docs
-rw-r--r-- | include/tdisp/tdisp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/tdisp/tdisp.h b/include/tdisp/tdisp.h index 58de7af2..c7dbd4a0 100644 --- a/include/tdisp/tdisp.h +++ b/include/tdisp/tdisp.h @@ -25,6 +25,7 @@ * @addtogroup TDISP * * @details The TDISP module provides high level abstraction to interface pixel oriented graphic displays. + * Due the TDISP module is completely encapsulated from the other modules, it's very fast and lightweight. * * @pre GFX_USE_TDISP must be set to TRUE in gfxconf.h * |