Hey there! I just got my Tidbyt and I’m super excited to try out the app idea I’ve had marinating for months now. Part of it involves displaying an image. I’ve read the bitcoin tutorial and looked at a few apps that other people have written, but they all seem to create images by pre-emptively encoding the image and hardcoding it into the app. Under the image widget reference, pixlet says that it supports pngs, though.
Can someone write out a minimal pixlet code for loading and displaying an image from a url, or from a local file? Thanks!
I had tried with a url to a png file and couldnt get it work, it worked fine with a jpg like in the example, maybe I need to try a couple other png files
I was trying to use an image from a repo on github, after trying the image you used and having some luck i found out I wasnt quite getting the right link. I needed “?raw=true” on the end and I got it working. Thanks for the help