[li]Simulation:[list=square][li]Timing Functions:
- New function SIM_GUI_Delay() added for delaying the simulation thread.
- New function SIM_GUI_ExecIdle() added which gets called by simulation on idle time.
- New function SIM_GUI_GetTime() added to get the time in ms since starting the simulation.[/li]
[/li][li]Core:[list=square][li]2-D Graphic Library:
- New function GUI_GCACHE_4_Create() added for creating a global cache with 4bpp color depth.
- New function GUI_GCACHE_4_CreateEx() added for creating a global cache with 4bpp color depth.[/li][li]Fonts:
- New function function GUI_GetDefaultFont() added for getting the current default font.[/li][li]Animations:
- New function GUI_ANIM_StartEx() added for starting animations automatically.
- New function GUI_ANIM_Stop() added for stopping an animations.[/li][li]Colors:
- New function GUI_GetDefaultBkColor() added for getting the current default background color.
- New function GUI_GetDefaultColor() added for getting the current default color.
- New function GUI_SetDefaultBkColor() added setting the default background color to be used.
- New function GUI_SetDefaultColor() added setting the default color to be used.[/li][li]Timing- and execution related functions:
- New function GUI_GetTimeSlice() added for getting the minimum time a GUI_Delay() will last.
- New function GUI_SetTimeSlice() added for setting the minimum time a GUI_Delay() will last.[/li][li]Configuration:
- New function GUI_SetFuncDrawAlpha() added for setting a custom function to draw memory devices and bitmaps with alpha channel.
- New function GUI_DCACHE_Clear() added for clearing the data cache.
- New function GUI_DCACHE_SetClearCacheHook() added for a function to clear the data cache which gets called by GUI_DCACHE_Clear().[/li][/li][li]Memory Devices:[list=square][li]Memory device animations:
- New function GUI_MEMDEV_MULTIBUF_Enable() added for enabling use of multiple buffers with memory device animations.[/li][/li][li]Pointer Input Devices:[list=square][li]Hooking function:
- New function GUI_PID_SetHook() added for setting a hook function which allows to modifz the PID input (e.g. change layer).[/li][/li][li]VNC:[list=square][li]Server:
- New function GUI_VNC_SetRetryCount() added to set the number of additional trials in case of a write error.[/li][/li][li]Display Drivers:[list=square][li]GUIDRV_Lin:
- LCD_DEVFUNC_DRAWBMP_32BPP added to LCD_SetDevFunc() to set a custom function for drawing 32bpp bitmaps.[/li][li]GUIDRV_S1D13513:
- New driver GUIDRV_S1D13513 added.[/li][li]GUIDRV_FlexColor:
- 24bpp mode added to F66720.[/li][/li]