Issue with photo_demo example #51
Unanswered
skvenkat18
asked this question in
Q&A
Replies: 1 comment
-
/PNG decoder library/ try this in lv_conf.h file. (change the menucongif to use custom lv_conf.h) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello all,
I have setup the ESP IDF dev environment in VS code as per the instructions provided in the Wiki. I could run the squareline demo, lvgl demo and indicator basis demo examples with out any trouble. But when I build and flash the photo demo example only white screen appears eventhough the ESP_LOGI shows that it could access the image:
_I (801) bsp boards: detecting board SenseCAP_Indicator
I (807) bsp boards: Detected board: [SenseCAP_Indicator]
I (818) gpio: GPIO[38]| InputEn: 1| OutputEn: 0| OpenDrain: 0| Pullup: 1| Pulldown: 0| Intr:0
I (842) gpio: GPIO[45]| InputEn: 0| OutputEn: 1| OpenDrain: 0| Pullup: 0| Pulldown: 0| Intr:0
I (857) gpio: GPIO[41]| InputEn: 0| OutputEn: 1| OpenDrain: 0| Pullup: 0| Pulldown: 0| Intr:0
I (857) gpio: GPIO[48]| InputEn: 0| OutputEn: 1| OpenDrain: 0| Pullup: 0| Pulldown: 0| Intr:0
I (1269) lvgl_port: Add TP input device to LVGL
I (1282) lv_fs: Initializing SPIFFS as demo assets storage.
I (1393) lv_fs: Partition size: total: 4811921, used: 783371
--- list ---
mountain.png
scenery.png
Sunset.png
I (1445) : Display file:mountain.png...
Please let me know If I need to change any default settings to make it work. Thanks !!
Beta Was this translation helpful? Give feedback.
All reactions