Skip to content

v2.3.0

Latest
Compare
Choose a tag to compare
@Azq2 Azq2 released this 07 Jan 16:25
· 2 commits to master since this release
  1. New mode SWILIB_LINUX_SIMULATOR in swilib.
  2. Added const to arguments for some swilib functions.
  3. New in swilib:
    • New constant LGP_MENU_PIC.
    • New structure GUI_RAM.
    • New enum LCDLAYER_DEPTH_*.
  4. Breaking changes:
    • Renamed LCDLAYER_Current_SetBufferDepth -> LCD_SetBufferDepth.
    • Renamed LCDLAYER_Current_SetClipRegion -> LCD_SetDrawingRegion.
    • Renamed LCDLAYER_GetCurrent -> LCD_GetCurrentLayer.
    • Renamed IMGHDR_TYPE_* constants (RGB -> BGR).