ugfx/drivers/touchscreen/MCU
Andrew Hannam 67ae847970 Win32 orientation & gwin console line clear fixes
Fixes to Win32 orientation for scrolling
Improve the way line clearing is handled in gwin consoles.
2012-11-12 18:49:47 +10:00
..
readme.txt added MCU driver dummy - not implemented yet 2012-11-12 00:07:35 +01:00
touchscreen_lld.c small fix 2012-11-12 00:13:39 +01:00
touchscreen_lld.mk added MCU driver dummy - not implemented yet 2012-11-12 00:07:35 +01:00
touchscreen_lld_config.h added MCU driver dummy - not implemented yet 2012-11-12 00:07:35 +01:00

readme.txt

This file contains invisible Unicode characters!

This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.

To use this driver:

1. Add in your halconf.h:
	a) #define GFX_USE_TOUCHSCREEN		TRUE

2. To your makefile add the following lines:
	include $(GFXLIB)/drivers/touchscreen/MCU/touchscreen_lld.mk