From 70a168df5963d6a83f0c1893c707b42d60236f2a Mon Sep 17 00:00:00 2001 From: Joel Bodenmann Date: Sat, 29 Sep 2012 20:56:06 +0200 Subject: [PATCH] docs update --- docs/releases.txt | 6 ++++-- 1 file 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