aboutsummaryrefslogtreecommitdiffstats
path: root/releases.txt
diff options
context:
space:
mode:
authorAndrew Hannam <andrewh@inmarket.com.au>2012-11-11 19:03:30 +1000
committerAndrew Hannam <andrewh@inmarket.com.au>2012-11-11 19:03:30 +1000
commit8b51bcf46f97d7cd752f3b3d9b52b9f39051f60f (patch)
treea1058cc5b7a3331b57e0bf57fe171d44dca5ff48 /releases.txt
parente28a4dbd0e5306f40f2e778025fd0e4888d9d0ba (diff)
downloaduGFX-8b51bcf46f97d7cd752f3b3d9b52b9f39051f60f.tar.gz
uGFX-8b51bcf46f97d7cd752f3b3d9b52b9f39051f60f.tar.bz2
uGFX-8b51bcf46f97d7cd752f3b3d9b52b9f39051f60f.zip
Touch Fixes. Deprecate Console
Touch: - Move defines that may be altered by the touch config file to the lld header file. - Move the definition of the Touch driver structure to the lld config file. - Changed CONVERSIONS macro to TOUCHSCREEN_CONVERSIONS - Replaced references to GDISP_SCREEN_WIDTH with gdispGetWidth - Renamed TOUCHSCREEN_HAS_IRQ to TOUCHSCREEN_HAS_PRESSED to match new function name. - Added prototypes for calibration storage functions to touchscreen_lld.h so that either the lld driver or the application can define the function. Console: -Deprecated into "old" directory. Functionality replaced by gwin.
Diffstat (limited to 'releases.txt')
-rw-r--r--releases.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/releases.txt b/releases.txt
index 7002405d..a9f0ecc7 100644
--- a/releases.txt
+++ b/releases.txt
@@ -9,6 +9,9 @@ current stable: 1.4
FEATURE: Added three point calibration
FIX: Touchpad renamed into Touchscreen
FIX: tsIRQ() renamed into tsPressed()
+FEATURE: Touchscreen support added to gdisp Win32 driver
+FIX: gdisp Win32 driver fixes
+DEPRECATE: console deprecated - replaced with gwin functionality
*** changes after 1.3 ***