Replies: 3 comments 5 replies
-
You want to use the |
Beta Was this translation helpful? Give feedback.
-
You can use:
|
Beta Was this translation helpful? Give feedback.
-
I have to display an png file, it worked with imagetools in old micropython (lvgl 8), but now I have transformed to .bin file, no problem (no mesaagfe error) but I cannot display it (it shows nothing on the screen) If I replace image.set_src(some_img_dsc) with image.set_src(lv.SYMBOL.OK) I see the image on the screen, so I think the problem may be with the .bin format. Any guide? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
From reading these discussions I can tell this is going to be a dumb question but how do I display an image file. My display is a esp32-3248s035c st7796 display and gt911 touch
Beta Was this translation helpful? Give feedback.
All reactions