aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@unormal.org>2012-09-29 20:56:06 +0200
committerJoel Bodenmann <joel@unormal.org>2012-09-29 20:56:06 +0200
commit70a168df5963d6a83f0c1893c707b42d60236f2a (patch)
treef090a8bff57c293578afd7711266ad4df6091d68 /docs
parent5fc59f35f96e35956e9e0beb5f9a693424229d2a (diff)
downloaduGFX-70a168df5963d6a83f0c1893c707b42d60236f2a.tar.gz
uGFX-70a168df5963d6a83f0c1893c707b42d60236f2a.tar.bz2
uGFX-70a168df5963d6a83f0c1893c707b42d60236f2a.zip
docs update
Diffstat (limited to 'docs')
-rw-r--r--docs/releases.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/releases.txt b/docs/releases.txt
index eed86399..f137ae2b 100644
--- a/docs/releases.txt
+++ b/docs/releases.txt
@@ -4,11 +4,13 @@
current stable: 1.0.0
-*** 0.1.0 ***
-FIX: removed gdisp and touchpad prefix of driver directories
+*** 1.1.0 ***
+FIX: removed gdisp and touchpad prefix of driver directories
UPDATE: added SSD1963 driver
UPDATE: fixed Validation, VMT driver, console and BitBlit
UPDATE: added clipping support
UPDATE: addad gdispDrawArc()
UPDATE: added SSD1963 DMA support
+UPDATE: added touchpad interface for storing calibration values (#define TOUCHPAD_STORE_CALIBRATION)
+FIX: replaced every LCD_XXX macro with GDISP_XXX