We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installed via:
git clone --depth 1 --recurse-submodules -j8 https://github.com/rreilink/pylvgl.git cd pylvgl pip install .
Demo run:
QSettings::value: Empty key passed QSettings::value: Empty key passed Traceback (most recent call last): File "/home/vshymanskyy/Business/Blynk/blynk-library/examples/Blynk.Edgent/pylvgl/demo.py", line 34, in <module> win = LvglWindow(); File "/home/vshymanskyy/Business/Blynk/blynk-library/examples/Blynk.Edgent/pylvgl/demo.py", line 10, in __init__ self.setMinimumSize(lvgl.HOR_RES, lvgl.VER_RES) AttributeError: module 'lvgl' has no attribute 'HOR_RES'
Tried commenting-out some lines, but more errors appear
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Installed via:
Demo run:
Tried commenting-out some lines, but more errors appear
The text was updated successfully, but these errors were encountered: