mdaskalov / AnalogClock

Tasmota LVGL smooth moving analog clock written in berry
2 stars 0 forks source link

LVGL 9.0 issue #1

Closed mtibi75 closed 6 months ago

mtibi75 commented 6 months ago

Hello! Really nice project, I tried it in Tasmota v13.2.0. However, after I updated to Tasmota v13.4.0 I get an error message: BRY: failed to run compiled code 'attribute_error' - module 'lv' has no member 'IMG_CF_TRUE_COLOR_ALPHA' stack traceback: :22: in function init :35: in function init

: in function `main` : in function `try_run_compiled` : in function `load` :1: in function `load` The cause of the problem may be that the LVGL library has been updated: "ESP32 LVGL library from v8.3.11 to v9.0.0, some small breaking changes in C, none in HASPmota https://github.com/arendst/Tasmota/issues/20659" Can you fix the error? Thx, mtibi75
mdaskalov commented 6 months ago

I know... I have to rewrite it for LVGL 9.0 using layers. Need some more time, be patient.

mdaskalov commented 6 months ago

...finally found a way to fix it using LVGL v9.0 (download the latest release).