It's not with me yet, but the team have opened up the server interface for anyone waiting on delivery, which is how I ended up playing with it. You can also just pay them a few dollars a year for use of their server and not order a display at all.

The cute coincidence is the 800x480 bitmap image, or rather the 5:3 ratio. The nature of e-ink (in this case) means it's just 1-bit, but perfectly sized for our OpenFrame displays. I've been able to use:
Code: Select all
fbi -vt 1 -noverbose someimage.bmp
Code: Select all
wget -q -O unsplash_wallpaper.jpg https://unsplash.it/800/480/?random; fbi -vt 1 -noverbose unsplash_wallpaper.jpg
Next, because the OpenFrames are thousands of times more powerful than the ESP32, I'm going to experiment with using the TRMNL-server-generated bitmaps as adjustment layers with ImageMagick, to "snazz up" the display with random images or pics from our photo library. Fun times!
