aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gdisp/SSD1289/readme.txt
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gdisp/SSD1289/readme.txt')
-rw-r--r--drivers/gdisp/SSD1289/readme.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gdisp/SSD1289/readme.txt b/drivers/gdisp/SSD1289/readme.txt
index 08aa4f60..bbe49d7d 100644
--- a/drivers/gdisp/SSD1289/readme.txt
+++ b/drivers/gdisp/SSD1289/readme.txt
@@ -11,8 +11,8 @@ To use this driver:
#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/SSD1289/gdisp_lld.mk