readme updates
This commit is contained in:
parent
7b10e441c8
commit
7bfaea1ca9
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user