aboutsummaryrefslogtreecommitdiffstats
path: root/changelog.txt
diff options
context:
space:
mode:
authorinmarket <andrewh@inmarket.com.au>2017-10-02 13:27:10 +1000
committerinmarket <andrewh@inmarket.com.au>2017-10-02 13:27:10 +1000
commit7ef1fa156ce26ddc1410be9e5deb22531c3eed02 (patch)
tree49cb020a74d645ed6129ee26b4a2f23877672ec9 /changelog.txt
parentcd4c389e48fc6f3720ea5657ff67b67efe7b038a (diff)
downloaduGFX-7ef1fa156ce26ddc1410be9e5deb22531c3eed02.tar.gz
uGFX-7ef1fa156ce26ddc1410be9e5deb22531c3eed02.tar.bz2
uGFX-7ef1fa156ce26ddc1410be9e5deb22531c3eed02.zip
Fix the STM32LTDC driver DMA2D accelerated bitblit on STM32F7 platforms.
Diffstat (limited to 'changelog.txt')
-rw-r--r--changelog.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/changelog.txt b/changelog.txt
index e3721a80..3497a68e 100644
--- a/changelog.txt
+++ b/changelog.txt
@@ -62,7 +62,7 @@ NOTE: Alpha support in RGB888 requies an alpha capable display (STM32LTDC 2nd d
NOTE: Alpha support in RGB888 is NOT the standard ARGB8888 format. Only use AHTML2COLOR() and ARGB2COLOR() to create alpha colors.
FEATURE: Added nullpointer checks to GDISP image functions (with new error code GDISP_IMAGE_ERR_NULLPOINTER)
FIX: Add cache flushing to the ChibiOS FATFS/PETITFS block drivers. Needed for STM32F7 chips. This should really be in the ChibiOS DMA routines.
-
+FIX: Add cache flushing to enable DMA2D accelerated bitblits in the STM32LTDC driver on the STM32F7 cpu.
*** Release 2.7 ***
FEATURE: Added EXC7200 driver