New features:
Added support for JPEG decoding using ARM Helium intrinsics. The configuration flag GX_ENABLE_ARM_HELIUM can be used to enable the feature.
Added support to load a pixelmap or font from standalone binary resource data.
Added canvas partial frame buffer support for 565rgb color format. The configuration flag GX_ENABLE_CANVAS_PARTIAL_FRAME_BUFFER can be used to enable the feature.
New APIs added:
gx_binres_font_load
gx_binres_pixelmap_load
New files added:
gx_binres_font_load.c
gx_binres_pixelmap_load.c
gxe_binres_font_load.c
gxe_binres_pixelmap_load.c
Bug fixes:
Fixed potential crash issue with the expand/collapse animation in the accordion menu.
Fixed drop list issue about incorrect drawing of the child widgets within the selected item.
Fixed a pattern line draw bug when the pattern line is clipped.
Improvements:
Improved some error checkings.