aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/multiple
diff options
context:
space:
mode:
authorMateusz Tomaszkiewicz <silentdemon@gmail.com>2013-06-21 00:02:54 +0200
committerMateusz Tomaszkiewicz <silentdemon@gmail.com>2013-06-21 00:02:54 +0200
commit129041e791e22fd71242035b756d725863fa7e60 (patch)
treef7fda11a6e3a703ba535e352c440f2ccf7564fb2 /drivers/multiple
parentd57eacc345da25732ec6bace92878a76b587e548 (diff)
downloaduGFX-129041e791e22fd71242035b756d725863fa7e60.tar.gz
uGFX-129041e791e22fd71242035b756d725863fa7e60.tar.bz2
uGFX-129041e791e22fd71242035b756d725863fa7e60.zip
Various README updates
Changed misleading description.
Diffstat (limited to 'drivers/multiple')
-rw-r--r--drivers/multiple/Win32/readme.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/multiple/Win32/readme.txt b/drivers/multiple/Win32/readme.txt
index 6151f2f2..7ff8546c 100644
--- a/drivers/multiple/Win32/readme.txt
+++ b/drivers/multiple/Win32/readme.txt
@@ -3,7 +3,7 @@ To use this driver:
This driver is special in that it implements both the gdisp low level driver
and a touchscreen driver.
-1. Add in your halconf.h:
+1. Add in your gfxconf.h:
a) #define GFX_USE_GDISP TRUE
b) #define GFX_USE_GINPUT TRUE
#define GINPUT_USE_MOUSE TRUE
@@ -19,4 +19,3 @@ and a touchscreen driver.
3. Modify your makefile to add -lgdi32 to the DLIBS line. i.e.
DLIBS = -lws2_32 -lgdi32
-