Closed Habbie closed 2 months ago
need to remove the lv_drivers git subproject too
need to remove the lv_drivers git subproject too
done
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.
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.
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.)
As I believe nothing in here is worse than on main
, I'm marking this ready for review.
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.