aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorinmarket <andrewh@inmarket.com.au>2014-11-21 17:09:44 +1000
committerinmarket <andrewh@inmarket.com.au>2014-11-21 17:09:44 +1000
commit87242d0a6c818e675676cdfb68013dc3af5a7656 (patch)
tree89d8d14cf89ad8dbd625df2773e9ac8d7b25501f /docs
parent74c23de1d2f59a94256fc1f3228a7af44a3ceb64 (diff)
downloaduGFX-87242d0a6c818e675676cdfb68013dc3af5a7656.tar.gz
uGFX-87242d0a6c818e675676cdfb68013dc3af5a7656.tar.bz2
uGFX-87242d0a6c818e675676cdfb68013dc3af5a7656.zip
Add MatrixFloat2D and MatrixFixed2D operations to GMISC.
Add polygon demo
Diffstat (limited to 'docs')
-rw-r--r--docs/releases.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/releases.txt b/docs/releases.txt
index d76f335b..79e27cc2 100644
--- a/docs/releases.txt
+++ b/docs/releases.txt
@@ -38,6 +38,8 @@ DEPRECATE: gwinAttachMouse() is now handled automaticly.
FEATURE: Added MAX11802 touch driver by user steved
FEATURE: Added STM32F429i-Discovery board support
FEATURE: Added DejaVuSans20 and DejaVuSans20_aa built-in fonts
+FEATURE: Added MatrixFloat2D and MatrixFixed2D operations to GMISC
+FEATURE: Added polygon drawing demo (with rotation, scaling and translation)
*** Release 2.1 ***