voorkant / voorkant-core

https://voorkant.org/
MIT License
2 stars 3 forks source link

switch to lvgl master #108

Closed Habbie closed 2 months ago

Habbie commented 5 months ago

couple of compile errors left. Most of them should be simple, the lv_disp stuff is mentioned in https://github.com/lvgl/lvgl/issues/3298

colorwheel being gone is the most annoying one. I might remove it briefly to see the rest compile and hopefully work.

Habbie commented 5 months ago

need to remove the lv_drivers git subproject too

Habbie commented 5 months ago

need to remove the lv_drivers git subproject too

done

Habbie commented 5 months ago

colorwheel being gone is the most annoying one. I might remove it briefly to see the rest compile and hopefully work.

with all the commits before this comment, this compiles for SDL. uirgblight is temporarily gone, apexcard doesn't look great right now, most other things appear to work.

Habbie commented 5 months ago

title changed from lvgl9 to lvgl master because 9 lacks a commit that fixes compilation with meson. Perhaps we want to switch to 9.2 (which I hope is easy) once it's out.

Habbie commented 3 months ago

This is functional on both Debian and Toon1, except for selecting RGB light colours. The work for that is clear (we already pick up touch events on the color wheel, and are able to color specific pixels there, just need to now draw the HS[V] wheel.)

Habbie commented 2 months ago

As I believe nothing in here is worse than on main, I'm marking this ready for review.