readme updates

ugfx_release_2.6
Tectu 2012-08-17 09:23:15 +02:00
parent 7b10e441c8
commit 7bfaea1ca9
6 changed files with 6 additions and 12 deletions

View File

@ -13,5 +13,4 @@ To use this driver:
Olimex SAM7-EX256
2. To your makefile add the following lines:
include $(CHIBIOS)/os/halext/halext.mk
include $(CHIBIOS)/os/halext/drivers/gdispXXXXX/gdisp_lld.mk
include $(LCDLIB)/drivers/gdisp/Nokia6610/gdisp_lld.mk

View File

@ -12,5 +12,4 @@ To use this driver:
#define SCREEN_HEIGHT 240
2. To your makefile add the following lines:
include $(CHIBIOS)/os/halext/halext.mk
include $(CHIBIOS)/os/halext/drivers/gdispS6d1121/gdisp_lld.mk
include $(LCDLIB)/drivers/gdisp/S6D1121/gdisp_lld.mk

View File

@ -12,5 +12,4 @@ To use this driver:
#define SCREEN_HEIGHT 240
2. To your makefile add the following lines:
include $(CHIBIOS)/os/halext/halext.mk
include $(CHIBIOS)/os/halext/drivers/gdispSsd1289/gdisp_lld.mk
include $(LCDLIB)/drivers/gdisp/SSD1289/gdisp_lld.mk

View File

@ -13,5 +13,4 @@ To use this driver:
you want to compile test eg: GDISP_NEED_MULTITHREAD
2. To your makefile add the following lines:
include $(CHIBIOS)/os/halext/halext.mk
include $(CHIBIOS)/os/halext/drivers/gdispTestStub/gdisp_lld.mk
include $(LCDLIB)/drivers/gdisp/TestStub/gdisp_lld.mk

View File

@ -4,6 +4,5 @@ To use this driver:
a) #define HAL_USE_TOUCHPAD TRUE
2. To your makefile add the following lines:
include $(LCDLIB)/lcd.mk
include $(LCDLIB)/halext/drivers/touchpad/touchpadADS7843/touchpad_lld.mk
include $(LCDLIB)/drivers/touchpadADS7843/touchpad_lld.mk

View File

@ -4,6 +4,5 @@ To use this driver:
a) #define HAL_USE_TOUCHPAD TRUE
2. To your makefile add the following lines:
include $(LCDLIB)/lcd.mk
include $(LCDLIB)/halext/drivers/touchpad/touchpadXPT2046/touchpad_lld.mk
include $(LCDLIB)/drivers/touchpad/XPT2046/touchpad_lld.mk