eez-open / studio

Cross-platform low-code GUI and automation
https://www.envox.eu/studio/studio-introduction/
GNU General Public License v3.0
299 stars 69 forks source link

[LVGL] "Unused bitmap" is reported although image exists on main page #374

Open RE2012 opened 1 month ago

RE2012 commented 1 month ago

Describe the bug If you check or build a project then "Unused bitmap" is reported for every image although image exists on page.

To Reproduce Steps to reproduce the behavior:

  1. in studio go to "Home" page, select "examples" and select project "eez_lvgl_demo"
  2. click "edit project"
  3. click on "check" button
  4. in output, see "unused bitmap: logo_eez" and "unused bitmap: logo_lvgl"

Expected behavior It should only report unused bitmaps.

Screenshots unused_bitmap

Desktop (please complete the following information):

LVGL version (if used)

eez-studio version

mvladic commented 1 month ago

You are right, these are false warnings. It will be fixed. Thanks.

mvladic commented 3 weeks ago

Fixed.