studio icon indicating copy to clipboard operation
studio copied to clipboard

Error Generating Bitmap in LVGL V9

Open elmonic opened this issue 1 year ago • 5 comments

hi I'm using eez studio for LVGL v.9 project. all pictures used in app not generated. 20240624_102255 thanks eez studio V0.14.0

elmonic avatar Jun 24 '24 06:06 elmonic

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.

mvladic avatar Jun 24 '24 12:06 mvladic

I am using Windows and according to your description, the entire conversion operation is performed by the software itself. convert

elmonic avatar Jul 27 '24 12:07 elmonic

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).

mvladic avatar Jul 27 '24 12:07 mvladic

Hello, thank you for your support. I had not paid attention to the titles. The problem was solved.

elmonic avatar Jul 28 '24 05:07 elmonic

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.

mvladic avatar Sep 20 '24 19:09 mvladic