diff options
author | Joel Bodenmann <joel@unormal.org> | 2014-11-09 21:55:15 +0100 |
---|---|---|
committer | Joel Bodenmann <joel@unormal.org> | 2014-11-09 21:55:15 +0100 |
commit | f65b1896733e3f8cfa2e0f074585e5c5d7657331 (patch) | |
tree | 001f473d186f4c7178f2b56620fa1b216cae44f3 /docs | |
parent | baebbad6237f657762523624016cd7d6d5926999 (diff) | |
download | uGFX-f65b1896733e3f8cfa2e0f074585e5c5d7657331.tar.gz uGFX-f65b1896733e3f8cfa2e0f074585e5c5d7657331.tar.bz2 uGFX-f65b1896733e3f8cfa2e0f074585e5c5d7657331.zip |
Added MAX11802 driver - NOT WORKING YET - read_xyz() not ported yet
Diffstat (limited to 'docs')
-rw-r--r-- | docs/releases.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/releases.txt b/docs/releases.txt index b97b17d5..ef1e4547 100644 --- a/docs/releases.txt +++ b/docs/releases.txt @@ -35,6 +35,7 @@ FEATURE: Added gdispDrawArcSectors() and gdispFillArcSectors(). FEATURE: Ported GINPUT MOUSE to GDRIVER infrastructure. FEATURE: Mouse/Touch now support both pen and finger mode. DEPRECATE: gwinAttachMouse() is now handled automaticly. +FEATURE: Added MAX11802 touch driver by user steved *** Release 2.1 *** |