You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Somehow the SYMBOL.BATTERY_1 is gone in this commit: lvgl/lv_micropython@6ebf96a
Related commit in this repo: 65304b6
It seems only this symbol is affected.
Ports:
unix
ESP32 - M5Core2 board
Repro in REPL:
import lvgl as lv
lv.SYMBOL.BATTERY_EMPTY
lv.SYMBOL.BATTERY_1
I still could not find the exact cause of this, maybe you @amirgon find it faster.