espruino / BangleApps

Bangle.js App Loader (and Apps)
https://banglejs.com/apps
MIT License
498 stars 1.17k forks source link

[app/pebblepp] "Function "drawFilledImage" not found!" #3481

Closed pinq- closed 5 months ago

pinq- commented 5 months ago

Affected hardware version

Bangle 2

Your firmware version

2v23

The bug

With the new update, I don't see any of the logos and getting error: Function "drawFilledImage" not found! at line 5 col 13 in pebblepp.app.js clock_info).drawFilledImage(info.img,midx-24,y,{scal

Installed apps

No response

thyttan commented 5 months ago

Did you do anything else beside updating the firmware between pebblepp working normally and it giving you that error?

Before doing anything else please do a backup of the watch and keep it around. We may ask you to share it for debugging - only if your comfortable of course.

After that I propose:

I'm currently downgrading from cutting edge 2v23.8 to stable 2v23 to see if I can reproduce. On 2v23.8 it worked fine. Edit: Works on stable 2v23 for me as well.

pinq- commented 5 months ago

I updated pebblepp first and then firmare from 21 to 23. How to I do a backup? Just copy all the files with the ide?

thyttan commented 5 months ago

How to I do a backup? Just copy all the files with the ide?

There's a backup option on the 'More...' tab of the app loader. Easiest to use that.

pinq- commented 5 months ago

Found the solution: Had to update "Clock Info Module" app and then it stared to work. Thanks!