From a8ce005e2621b0108863297948cea0fa52c8bf2a Mon Sep 17 00:00:00 2001 From: inmarket Date: Sun, 10 Nov 2013 21:35:23 +1000 Subject: [PATCH] Update changes list --- releases.txt | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/releases.txt b/releases.txt index 32a838e9..d3a274b7 100644 --- a/releases.txt +++ b/releases.txt @@ -5,12 +5,29 @@ current release: 2.0 *** changes after 1.9 *** -FEATURE: GDISP Streaming +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: New driver interface for GDISP FEATURE: Multiple display support FEATURE: Multiple controller support +FEATURE: Application pixel format no longer has to match the low level driver pixel format. +FEATURE: Many more pixel formats are now supported. +FEATURE: Many performance optimisations +FEATURE: Vertical scrolling is now supported if the low level driver supports read_pixel. FEATURE: Add gdispFlush() for those controllers that need it FEATURE: Add GDISP_NEED_AUTOFLUSH and GDISP_NEED_TIMERFLUSH to automatically flush when required. +FEATURE: Add support for generic portrait and landscape orientation modes +FEATURE: Add macro GDISP_DEFAULT_ORIENTATION so an application can specify a default orientation. +FEATURE: Driver files renamed to allow compiles when all object files go in the same directory +FEATURE: New directory structure for board files. Predefined boards have all the hardware definitions predefined. +FEATURE: Board defintions, example projects and makefiles for Win32. +FEATURE: Board defintions, example projects and makefiles for X. +FEATURE: Board defintions, example projects and makefiles for Olimex SAM7-EX256 board. +FEATURE: Board defintions, example projects and makefiles for Mikromedia STM32-M4 board. +FEATURE: New invsqrt() routine added to GMISC *** changes after 1.8 *** FEATURE: GWIN list boxes.