aboutsummaryrefslogtreecommitdiffstats
path: root/releases.txt
diff options
context:
space:
mode:
authorAndrew Hannam <andrewh@inmarket.com.au>2013-03-10 16:14:32 +1000
committerAndrew Hannam <andrewh@inmarket.com.au>2013-03-10 16:14:32 +1000
commit40b390908c569a173ce280734a4bdf0679a44f54 (patch)
treea63f31ea352229401aa8c0f573b2051f1f99e364 /releases.txt
parent8a40457c8645560b4b94bfd16f99f67d51168c82 (diff)
downloaduGFX-40b390908c569a173ce280734a4bdf0679a44f54.tar.gz
uGFX-40b390908c569a173ce280734a4bdf0679a44f54.tar.bz2
uGFX-40b390908c569a173ce280734a4bdf0679a44f54.zip
GDISP changes including polygon support
Add polygon drawing Add convex polygon filling Start support for a monochrome display Move gdisp doxygen to header file Restructure the balance between gdisp.h and gdisp_lld.h Remove old extern font definitions (now always use gdispOpenFont) Make public the GDISP structure and change macros to suit (faster for the application). gdispQuery is now optional.
Diffstat (limited to 'releases.txt')
-rw-r--r--releases.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/releases.txt b/releases.txt
index c99d2b41..0097caac 100644
--- a/releases.txt
+++ b/releases.txt
@@ -15,6 +15,9 @@ FEATURE: Implemented all four orientation modes for the ILI9320 GDISP driver
FIX: Renamed every '__inline' macro to 'inline' for compiler compatibilities
FEATURE: Supporting all standard functions in GDISP Nokia6610GE8 driver
FEATURE: Added STMPE811 GINPUT driver
+FEATURE: Added gdispDrawPoly() and gdispFillConvexPoly()
+FEATURE: Added arrow button style to GWIN buttons
+FEATURE: Added the ability to specify a custom button drawing routine
*** changes after 1.4 ***