aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gdisp/S6D1121/readme.txt
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gdisp/S6D1121/readme.txt')
-rw-r--r--drivers/gdisp/S6D1121/readme.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gdisp/S6D1121/readme.txt b/drivers/gdisp/S6D1121/readme.txt
index ecb34940..e60a0e29 100644
--- a/drivers/gdisp/S6D1121/readme.txt
+++ b/drivers/gdisp/S6D1121/readme.txt
@@ -8,8 +8,8 @@ To use this driver:
#define GDISP_USE_SPI
#define GDISP_USE_FSMC
d) All of the following (with appropriate values):
- #define SCREEN_WIDTH 320
- #define SCREEN_HEIGHT 240
+ #define GDISP_SCREEN_WIDTH 320
+ #define GDISP_SCREEN_HEIGHT 240
2. To your makefile add the following lines:
include $(GFXLIB)/drivers/gdisp/S6D1121/gdisp_lld.mk