From cf1a759ad6bcd51066036e40e91c617b91f1beba Mon Sep 17 00:00:00 2001 From: Joel Bodenmann Date: Thu, 11 Oct 2012 01:41:18 +0200 Subject: SCREEN_WIDTH and SCREEN_HEIGHT renamed to GDISP_SCREEN_WIDTH and GDISP_SCREEN_HEIGHT --- drivers/gdisp/SSD1289/readme.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'drivers/gdisp/SSD1289/readme.txt') 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 -- cgit v1.2.3