diff options
author | Joel Bodenmann <joel@unormal.org> | 2014-04-29 17:28:45 +0200 |
---|---|---|
committer | Joel Bodenmann <joel@unormal.org> | 2014-04-29 17:28:45 +0200 |
commit | a394e2c35dde67241bea69409bcae9f46dcfc089 (patch) | |
tree | afe2405b6e964643c44c0820ac47831e8c3c9c81 /docs/releases.txt | |
parent | f4b0eb68f60495cc5e2d883746675ebd29614807 (diff) | |
parent | ba1b649fcdd6dbea3af40e263a637b50f6b20242 (diff) | |
download | uGFX-a394e2c35dde67241bea69409bcae9f46dcfc089.tar.gz uGFX-a394e2c35dde67241bea69409bcae9f46dcfc089.tar.bz2 uGFX-a394e2c35dde67241bea69409bcae9f46dcfc089.zip |
Merge branch 'master' of https://bitbucket.org/Tectu/ugfx
Diffstat (limited to 'docs/releases.txt')
-rw-r--r-- | docs/releases.txt | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/docs/releases.txt b/docs/releases.txt index 6e234536..ce6b3c9e 100644 --- a/docs/releases.txt +++ b/docs/releases.txt @@ -10,7 +10,7 @@ FEATURE: Added gdispGDrawThickLine() by user jpa- DEPRECATE: TDISP module removed FIX: Console does not execute gwinPrintf() anymore if not visible FEATURE: Added gwinGetColor() and gwinGetBgColor() -FEATURE: Console does now have an optional buffer (GWIN_CONSOLE_USE_HISTORY) +FEATURE: Console now has an optional backing store buffer (GWIN_CONSOLE_USE_HISTORY) FEATURE: Added smooth scrolling to list widget FEATURE: Increased performance of gwinListAddItem() FEATURE: Added gfxDeinit() @@ -20,11 +20,18 @@ FEATURE: Image file handling changed to use new GFILE module. DEPRECTATE: Old image opening functions deprecated. FEATURE: Restructure and simplify the include path for GFX FEATURE: Added LGDP4532 driver by user shilow +FIX: Updated board files to support api changes in ChibiOS/RT 2.6.4 FEATURE: Support for ChibiOS/RT 3.x FEATURE: Added gwinProgressbarStop() and gwinProgressbarReset() FEATURE: Added generic ILI93xx driver by xlh1460 FEATURE: Added gwinListEnableRender() FEATURE: Added gwinLabelSetAttribute() +FEATURE: Complete restructure of the GAUDIN and GAUDOUT into a common GAUDIO module +FEATURE: Added a PWM audio play driver +FEATURE: Update GADC audio recording driver to new GAUDIO format +FEATURE: Added vs1053 audio play driver +FEATURE: Added GAUDIO wave-play demo +FEATURE: Added many GWIN simple demo's and updated the combined widget demo *** changes after 1.9 *** |