Allow runtime selection of the lvgl display driver ("backend"), enable DRM backend

This commit is contained in:
Eugenio Paolantonio 2022-05-21 11:02:23 +00:00 committed by Johannes Marbach
parent 0c00af71be
commit e4edfa3d64
12 changed files with 208 additions and 18 deletions

View file

@ -14,6 +14,8 @@
- fix: Prevent scrolling when keyboard hides (#21)
- feat!: Do not show last typed character when typing (#25)
- feat: Update lvgl & lv_drivers to git master (2022-02-21)
- feat: allow runtime selection of the lvgl display driver ("backend")
- feat: allow overriding dpi with the --dpi command line parameter
## 0.1.0 (2021-11-15)