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
It seems that including this git repository in PlatformIO's lib_deps list forces lvgl/[email protected] to install, despite having already specified lvgl.git#v8.3.11 prior.
I've tried installing the last few commits from eez-framework but no change from just installing the latest (without the hash).
I'm not sure what library.properties or library.json does, but both files do specify depends=lvgl (>=8.3.0).
When installing eev-frameowork, it doesn't seem to respect that lvgl v8.3.11 was already installed. When I try to build, I get compile errors associated with LVGL v9 functions not being found, so my project can't be built. If I remove eez-framework from the above lib_deps list, do a Full Clean, and then rebuild, the project compiles.
I think I need this eez-framework to make my eez-studio flow project work on the device. I'm using the MQTT blocks. The demo MQTT project builds and works in the simulator. I run the same code in my project. The simulator doesn't error, but doesn't work. I build the ui, and build the PlatformIO project, and flash it. The screen boots up, but then crashes and reboots. It's in a boot loop. If I remove the call to the MQTT instructions, the display runs fine.
Thoughts?
The text was updated successfully, but these errors were encountered:
It seems that including this git repository in PlatformIO's lib_deps list forces lvgl/[email protected] to install, despite having already specified lvgl.git#v8.3.11 prior.
platformio.ini
I've tried installing the last few commits from eez-framework but no change from just installing the latest (without the hash).
I'm not sure what library.properties or library.json does, but both files do specify
depends=lvgl (>=8.3.0)
.When installing eev-frameowork, it doesn't seem to respect that lvgl v8.3.11 was already installed. When I try to build, I get compile errors associated with LVGL v9 functions not being found, so my project can't be built. If I remove eez-framework from the above lib_deps list, do a Full Clean, and then rebuild, the project compiles.
I think I need this eez-framework to make my eez-studio flow project work on the device. I'm using the MQTT blocks. The demo MQTT project builds and works in the simulator. I run the same code in my project. The simulator doesn't error, but doesn't work. I build the ui, and build the PlatformIO project, and flash it. The screen boots up, but then crashes and reboots. It's in a boot loop. If I remove the call to the MQTT instructions, the display runs fine.
Thoughts?
The text was updated successfully, but these errors were encountered: