Error Generating Bitmap in LVGL V9
hi
I'm using eez studio for LVGL v.9 project.
all pictures used in app not generated.
thanks
eez studio V0.14.0
Currently, for version 9.0 we need to use Python script to prepare images. Here are the instructions what needs to be installed beside Python:
https://github.com/eez-open/studio/issues/311#issuecomment-1986932418
There is also some discussion about this on the Discord in #eez-studio channel.
I am using Windows and according to your description, the entire conversion operation is performed by the software itself.
I am using Windows and according to your description, the entire conversion operation is performed by the software itself.
No action is required only for the point no. 3, you still need to do points no. 1 (install python 3) and 2 (install pypng and lz4 python modules).
Hello, thank you for your support. I had not paid attention to the titles. The problem was solved.
On the Mac, there is some additional issue. Here is the description from the Discord:
Ok, I think I found the problem: Try starting studio by going into the /Application/EEZ-Studio folder (right-click on the application and select 'Show package contents'), browse to Contents -> MacOS. Inside this directory there is a Unix executable called 'EEZ Studio'. Right click this one and select open. This starts EEZ Studio and probably your build will work now.
Why does this work: the python package adds the path to python in the .zprofile file which is not read if you start the application in the regular way.