From ff8e8c47d9c51c54995d2b0169d4b6d2edebdb3f Mon Sep 17 00:00:00 2001 From: Joel Bodenmann Date: Fri, 11 Jan 2013 15:20:57 +0100 Subject: [PATCH] tdisp docs --- include/tdisp/tdisp.h | 1 + 1 file changed, 1 insertion(+) 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 *