Chapter 8 ’2-D Graphic Library’
- Function GUI_PreserveTrans() added.
- Function GUI_SetAlphaMask8888() added.
Chapter 10 ’Bitmap Converter’
- Saving of PNGs now supported. //不知道是不是可以直接编辑透明背景图片了?
- New bitmap format M8888I supported.
Chapter 12 ’Font Converter’
- Loading of Adobe (B)itmap (D)istribution (F)ormat (BDF) added. //这是个什么字体?
Chapter 14 ’Animations’
- Function GUI_ANIM_AddItem() added.
- Function GUI_ANIM_Create() added.
- Function GUI_ANIM_Delete() added.
- Function GUI_ANIM_Exec() added.
- Function GUI_ANIM_Start() added.
Chapter 15 ’Colors’
- New logical color mode ARGB added.
Chapter 16 ’Memory Devices’
- Function GUI_MEMDEV_WriteOpaque() added.
- Function GUI_MEMDEV_WriteOpaqueAt() added.
Chapter 18 ’Window Manager’
- Explanation of tiling algorithm added.
Chapter 19 ’Widgets’
- Function LISTWHEEL_IsMoving() added.
- Function PROGBAR_GetMinMax() added.
- Function PROGBAR_GetValue() added.
- Function TEXT_GetBkColor() added.
- Function TEXT_GetFont() added.
- Function TEXT_GetTextAlign() added.
- Function TEXT_GetTextColor() added.
- Function TEXT_GetWrapMode() added.
- Function TEXT_GetDefaultTextColor() added.
- Function TEXT_GetDefaultWrapMode() added.
Chapter 33 ’Display Drivers’
- Support for HX8369 added to GUIDRV_FlexColor.
- Support for ST7715 added to GUIDRV_FlexColor.
- Support for SSD1325 added to GUIDRV_SLin.