Skip to content

Release 0.6.0

Compare
Choose a tag to compare
@nia-e nia-e released this 02 Apr 14:55
· 65 commits to master since this release

Added

  • Support pointer input devices #62
  • Enable interop with lv_drivers #64
  • Allow using both custom and built-in fonts #76
  • Support setting the LVGL timer from Rust #81
  • Support building from Windows #55
  • Enable using the vendored LVGL config #56
  • Allow screen switching #57
  • Add examples for #64 and #81
  • Add a lot of documentation

Fixed

  • Example README now properly specifies how to run
  • No more undefined behavior if LVGL is not properly initialized
  • Fixed various miscompilations and counts of undefined behavior

Changed

  • Changed core API entirely #51
  • Updated LVGL to 8.3.5 #67
  • Updated dependencies #61

Removed

  • The UI struct and its related API