From ea158a836d9e814333ace17084cfa13c711b7cb9 Mon Sep 17 00:00:00 2001 From: Joel Bodenmann Date: Sun, 1 Oct 2017 13:21:56 +0200 Subject: Adding nullpointer checks to GDISP image functions --- changelog.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'changelog.txt') diff --git a/changelog.txt b/changelog.txt index 79294ef0..882e3cb4 100644 --- a/changelog.txt +++ b/changelog.txt @@ -60,6 +60,7 @@ FEATURE: Added AHTML2COLOR() and ARGB2COLOR() to support alpha. This is currentl FEATURE: Added the new color GFXTRANSPARENT - only available for RGB888 pixel format on alpha capable displays. NOTE: Alpha support in RGB888 requies an alpha capable display (STM32LTDC 2nd display only currently) 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) *** Release 2.7 *** -- cgit v1.2.3