Merge changes from release v1.9 in preperation for v2.0

ugfx_release_2.6
Joel Bodenmann 2013-10-28 01:13:00 +01:00 committed by inmarket
parent 2cb8e08c52
commit 17cc2da9c5
2 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,7 @@ PROJECT_NAME = uGFX
# This could be handy for archiving the generated documentation or
# if some version control system is used.
PROJECT_NUMBER = 1.8
PROJECT_NUMBER = 2.0
# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer

View File

@ -10,7 +10,7 @@ FEATURE: New driver interface for GDISP
FEATURE: Multiple display support
FEATURE: Multiple controller support
FEATURE: Add gdispFlush() for those controllers that need it
FEATURE: Add GDISP_NEED_AUTOFLUSH to automatically flush when required.
FEATURE: Add GDISP_NEED_AUTOFLUSH and GDISP_NEED_TIMERFLUSH to automatically flush when required.
*** changes after 1.8 ***
FEATURE: GWIN list boxes.