Skip to content

Release 1.1.0

Compare
Choose a tag to compare
@JonatanAntoni JonatanAntoni released this 07 Dec 11:43
· 1972 commits to main since this release
  • Improve memory (ROM and RAM) footprint
    • Add APIs with different mirroring modes to tile copy/fill, tile copy/fill with colour keying, tile copy/fill with masks, etc.
    • Add APIs for filling colour with a source mask, opacity and transform.
    • Add support for A2 and A4 masks in colour-filing operations
  • Enhance helper services
    • Add new macro templates for region alignment.
    • Add dedicated APIs for calculating time-based value changes.
    • Add A1, A2, A4 and A8 mask support to the virtual resource helper
    • Support customized font
    • Add new calculators and iterators to the list helper service (list-core)
  • Add new example controls and reference codes.
    • Add list view
    • Add battery gas gauge indicator.
    • etc.
  • Update documents
  • Bug fixes
    • Fixed an issue in transform-with-masks operations, that the zero (NULL) address will be accessed in some rare cases.
    • Fixed an issue in transform-with-masks operations, that random addresses will be accessed in some rare cases.
    • Other minor fixes