diff options
author | Joel Bodenmann <joel@unormal.org> | 2012-10-21 01:47:11 +0200 |
---|---|---|
committer | Joel Bodenmann <joel@unormal.org> | 2012-10-21 01:47:11 +0200 |
commit | 7b277edc592f0acc9971cf45e882a59dffe7a1ad (patch) | |
tree | 6c6d9e15f572ee6c743a60ce7a8edefc220b193a /docs/usage.txt | |
parent | 06b9e3c1cd1f091da01835b1a98c4006c93c86a4 (diff) | |
download | uGFX-7b277edc592f0acc9971cf45e882a59dffe7a1ad.tar.gz uGFX-7b277edc592f0acc9971cf45e882a59dffe7a1ad.tar.bz2 uGFX-7b277edc592f0acc9971cf45e882a59dffe7a1ad.zip |
renamed macros
Diffstat (limited to 'docs/usage.txt')
-rw-r--r-- | docs/usage.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/usage.txt b/docs/usage.txt index 968a1280..a68c618a 100644 --- a/docs/usage.txt +++ b/docs/usage.txt @@ -14,8 +14,8 @@ To include any of these functions/drivers in your project... 5/ In your project halconf.h turn on the support you want. Please take a look to
docs/configure.txt for a list and description of all available macros. For example:
- #define HAL_USE_GDISP TRUE
- #define HAL_USE_TOUCHPAD TRUE
+ #define GFX_USE_GDISP TRUE
+ #define GFX_USE_TOUCHPAD TRUE
#define GDISP_USE_GPIO TRUE
#define GDISP_GDISP_SCREEN_WIDTH 240
|