aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorAndrew Hannam <andrewh@inmarket.com.au>2012-09-10 15:54:22 +1000
committerAndrew Hannam <andrewh@inmarket.com.au>2012-09-10 15:54:22 +1000
commit3a8d39980b9124fe899605cb5350f42d093b1a10 (patch)
tree3da8ae2f3f9cc4ee3946537c2dbcec3cd42eb01e /docs
parent967f37dffeef55fbf66d8d166b287b68a143d975 (diff)
downloaduGFX-3a8d39980b9124fe899605cb5350f42d093b1a10.tar.gz
uGFX-3a8d39980b9124fe899605cb5350f42d093b1a10.tar.bz2
uGFX-3a8d39980b9124fe899605cb5350f42d093b1a10.zip
Changes to Console, VMT, BitBlt, Clip & Drivers
Console - Fix compile, add GDISP_NEED_CONSOLE for compilation VMT - Fix after directory structure changes BitBlt - Update API to allow a source bitmap position. Clip - Add clipping support into gdisp Arc - Allow hardware accelleration of Arc routines Nokia6610 - Fixes to BitBlt.
Diffstat (limited to 'docs')
-rw-r--r--docs/contributors.txt54
-rw-r--r--docs/releases.txt20
2 files changed, 38 insertions, 36 deletions
diff --git a/docs/contributors.txt b/docs/contributors.txt
index 654e1540..d429e7d2 100644
--- a/docs/contributors.txt
+++ b/docs/contributors.txt
@@ -1,27 +1,27 @@
-This file is a complete history of persons who contributed to the GLCD Library.
-
-At this point we want to thank all of these people for their work.
-
-
-NickName RealName Contribution
-======== ======== ============
-
-Mobyfab Fabien Poussin SSD1289 driver
-
-inmarket Andrew Hannam GDISP (restructorizing the entire library)
- VMT
- ASYNC and MULTITHREAD implementation
-
-Badger Thomas Saunders console implementation
- FSMC for STM32F1 and F4
- lld orientation fixed for S6F1121 and SSD1289
-
-Abhishek Abhishek Kumar S6D1121 GPIO
- font rendering
- touchpad noise filtering & optimizations
-
-benwilliam - lcdDrawEllipse()
- fastMath
-
-dxli Dongxu Li lcdDrawEllipse() filled option
-
+This file is a complete history of persons who contributed to the GLCD Library.
+
+At this point we want to thank all of these people for their work.
+
+
+NickName RealName Contribution
+======== ======== ============
+
+Mobyfab Fabien Poussin SSD1963 driver
+
+inmarket Andrew Hannam GDISP (restructorizing the entire library)
+ VMT
+ ASYNC and MULTITHREAD implementation
+
+Badger Thomas Saunders console implementation
+ FSMC for STM32F1 and F4
+ lld orientation fixed for S6F1121 and SSD1289
+
+Abhishek Abhishek Kumar S6D1121 GPIO
+ font rendering
+ touchpad noise filtering & optimizations
+
+benwilliam - lcdDrawEllipse()
+ fastMath
+
+dxli Dongxu Li lcdDrawEllipse() filled option
+
diff --git a/docs/releases.txt b/docs/releases.txt
index 47073038..7f939e05 100644
--- a/docs/releases.txt
+++ b/docs/releases.txt
@@ -1,9 +1,11 @@
-*****************************************************************************
-*** Releases ***
-*****************************************************************************
-
-*** 0.1.0 ***
-FIX: removed gdisp and touchpad prefix of driver directories
-UPDATE: added SSD1289 driver (by Mobyfab)
-
-
+*****************************************************************************
+*** Releases ***
+*****************************************************************************
+
+*** 0.1.0 ***
+FIX: removed gdisp and touchpad prefix of driver directories
+UPDATE: added SSD1963 driver (by Mobyfab)
+UPDATE: fixed Validation, VMT driver, console and BitBlit
+UPDATE: added clipping support
+
+