From 129041e791e22fd71242035b756d725863fa7e60 Mon Sep 17 00:00:00 2001 From: Mateusz Tomaszkiewicz Date: Fri, 21 Jun 2013 00:02:54 +0200 Subject: Various README updates Changed misleading description. --- drivers/multiple/Win32/readme.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'drivers/multiple') 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 - -- cgit v1.2.3