Skip to content
New issue

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

Demo fails to run #10

Open
vshymanskyy opened this issue Jun 23, 2021 · 0 comments
Open

Demo fails to run #10

vshymanskyy opened this issue Jun 23, 2021 · 0 comments

Comments

@vshymanskyy
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant