aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorinmarket <andrewh@inmarket.com.au>2014-10-27 16:44:53 +1000
committerinmarket <andrewh@inmarket.com.au>2014-10-27 16:44:53 +1000
commit3825cec8f857ffd80cf9df0822ae39b639812842 (patch)
tree0b5eff9b34cecba6f8b15878f1ee10104048c96f /docs
parentcb668266b54fb0feb7cda9f973b0cc6bc40873ab (diff)
downloaduGFX-3825cec8f857ffd80cf9df0822ae39b639812842.tar.gz
uGFX-3825cec8f857ffd80cf9df0822ae39b639812842.tar.bz2
uGFX-3825cec8f857ffd80cf9df0822ae39b639812842.zip
Added new arc sector drawing routines (Thanks to steved for the inspiration).
Added demo to match.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/releases.txt b/docs/releases.txt
index adf7ca12..cf401935 100644
--- a/docs/releases.txt
+++ b/docs/releases.txt
@@ -31,11 +31,12 @@ FIX: Improve memory usage for the GWIN Frame widget.
FEATURE: Added transparent custom draws for GWIN containers and frame widgets
FEATURE: Added image custom draws for GWIN containers and frame widgets
FEATURE: Added GDRIVER infrastructure. Ported GDISP to use it.
+FEATURE: Added gdispDrawArcSectors() and gdispFillArcSectors().
*** Release 2.1 ***
FIX: Significant improvements to the way the MCU touch driver works.
-FEATURE: Add support for edge to edge touch calibration.
+FEATURE: Add support for edge to edge touch calibration.
FEATURE: Added progressbar widget
FEATURE: Added gdispGDrawThickLine() by user jpa-
DEPRECATE: TDISP module removed
@@ -78,7 +79,7 @@ FEATURE: GDISP Streaming API and demos.
DEPRECATE: GDISP_NEED_ASYNC is now deprecated.
DEPRECATE: 3rd party boing demo is now deprecated (replaced by GDISP Streaming demo)
FIX: Remove GOS definitions from demo conf files so that it can be supplied by a makefile.
-FEATURE: Repair GDISP low level driver interfaces so they can now be included in the doxygen documentation.
+FEATURE: Repair GDISP low level driver interfaces so they can now be included in the doxygen documentation.
FEATURE: New driver interface for GDISP
FEATURE: Multiple display support
FEATURE: Multiple controller support