small fix
This commit is contained in:
parent
83ba8748bc
commit
c3006aa89c
2 changed files with 10 additions and 0 deletions
|
@ -45,6 +45,15 @@
|
|||
#ifndef GFX_USE_GDISP
|
||||
#define GFX_USE_GDISP FALSE
|
||||
#endif
|
||||
/**
|
||||
* @brief GFX Text Display Basic API
|
||||
* @details Defaults to FALSE
|
||||
* @note Also add the specific hardware driver to your makefile.
|
||||
* Eg. include $(GFXLIB)/drivers/tdisp/HD44780/tdisp_lld.mk
|
||||
*/
|
||||
#ifndef GFX_USE_TDISP
|
||||
#define GFX_USE_TDISP FALSE
|
||||
#endif
|
||||
/**
|
||||
* @brief GFX Graphics Windowing API
|
||||
* @details Defaults to FALSE
|
||||
|
|
|
@ -24,6 +24,7 @@ DEPRECATE: touchscreen deprecated - replaced with ginput functionality
|
|||
FEATURE: Numerous documentation improvements
|
||||
FEATURE: Added a number of module demo and test programs
|
||||
DEPRECATE: Remove of XPT2046 since full compatibility with ADS7843
|
||||
FEATURE: Introduced TDISP module
|
||||
|
||||
|
||||
*** changes after 1.3 ***
|
||||
|
|
Loading…
Add table
Reference in a new issue