aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ginput/toggle/Pal/readme.txt
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@unormal.org>2013-02-11 09:25:26 +0100
committerJoel Bodenmann <joel@unormal.org>2013-02-11 09:25:26 +0100
commit885b3d53b3a491c62fb0634b78cb9857723ac15d (patch)
tree4b825dc642cb6eb9a060e54bf8d69288fbee4904 /drivers/ginput/toggle/Pal/readme.txt
parent851e5fb09bdc086d734647128fd3051c3a8528e2 (diff)
downloaduGFX-885b3d53b3a491c62fb0634b78cb9857723ac15d.tar.gz
uGFX-885b3d53b3a491c62fb0634b78cb9857723ac15d.tar.bz2
uGFX-885b3d53b3a491c62fb0634b78cb9857723ac15d.zip
removed GDISP_LLD() macro
Diffstat (limited to 'drivers/ginput/toggle/Pal/readme.txt')
-rw-r--r--drivers/ginput/toggle/Pal/readme.txt13
1 files changed, 0 insertions, 13 deletions
diff --git a/drivers/ginput/toggle/Pal/readme.txt b/drivers/ginput/toggle/Pal/readme.txt
deleted file mode 100644
index e6976f7d..00000000
--- a/drivers/ginput/toggle/Pal/readme.txt
+++ /dev/null
@@ -1,13 +0,0 @@
-To use this driver:
-
-1. Add in your halconf.h:
- a) #define GFX_USE_GINPUT TRUE
- #define GINPUT_NEED_TOGGLE TRUE
- d) If you are not using a known board then create a ginput_lld_toggle_board.h file
- and ensure it is on your include path.
- Use the ginput_lld_toggle_board_example.h file as a basis.
- Currently known boards are:
- Olimex SAM7-EX256
-
-2. To your makefile add the following lines:
- include $(GFXLIB)/drivers/ginput/togglePal/ginput_lld.mk