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 --- docs/releases.txt | 2 ++ docs/usage.txt | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/releases.txt b/docs/releases.txt index 08808d0d..91f0db0a 100644 --- a/docs/releases.txt +++ b/docs/releases.txt @@ -8,6 +8,8 @@ current stable: 1.1 FIX: orientation macros changed FIX: huge internal bugfix in orientation stuff (big thanks to Abhishek) FEATURE: added TOUCHPAD_XY_INVERTED macro +FIX: struct cal renamed to struct cal_t +FIX: SCREEN_WIDTH and SCREEN_HEIGHT renamed to GDISP_SCREEN_WIDTH and GDISP_SCREEN_HEIGHT *** changes after 1.0 *** FIX: removed gdisp and touchpad prefix of driver directories diff --git a/docs/usage.txt b/docs/usage.txt index 4971ec01..968a1280 100644 --- a/docs/usage.txt +++ b/docs/usage.txt @@ -18,8 +18,8 @@ To include any of these functions/drivers in your project... #define HAL_USE_TOUCHPAD TRUE #define GDISP_USE_GPIO TRUE - #define GDISP_SCREEN_WIDTH 240 - #define GDISP_SCREEN_HEIGHT 320 + #define GDISP_GDISP_SCREEN_WIDTH 240 + #define GDISP_GDISP_SCREEN_HEIGHT 320 #define GDISP_NEED_CONTROL TRUE #define TOUCHPAD_NEED_MULTITHREAD TRUE -- cgit v1.2.3