Just released version 1.7 which uses LEDs to provide feedback on button presses and activity.
Awesome. Thank you,I’ll check it out.
Slideshow works good and LED’s interaction is visible. Thanks again for the work.
Just released v1.10 with on-screen low battery warnings. That might be flaky as there’s some complexity to reading VSYS
on Pi Pico W which unfortunately isn’t covered up in MicroPython.
The leds are great, thanks!
Can also confirm that your slideshow works with the inky frame 4.0", just change DISPLAY_INKY_FRAME to DISPLAY_INKY_FRAME_4 see: pimoroni-pico/README.md at main · pimoroni/pimoroni-pico · GitHub
I added a case for the inky 4 and the battery box as well
https://www.printables.com/model/379955-pimorony-inky-frame-40-accessory-kit-case
Very nice!
Does the display look the same as the 5.7" one? I don’t have the new 4" one.
From what I can tell the board itself is just scaled down.
As for the display it appears to have a better resolution, the “pixels” of the dithering look smaller.
Also, it might just be the different pictures, but I think the colors are a bit more vibrant/better contrast:
I agree on the colour it often looks more saturated with better contrast but I’m not exactly sure why. The dithering will appear better at same distance due to small pixels (higher ppi).
I found an old advert for Benetton and tried to light them both evenly which turns out to be surprisingly hard and near impossible to judge visually.
Judging from some twitterings, there’s a 7.3 inch with 16:9 ratio in the works.
Some more images to compare in Instructables: Pimoroni Inky Frame Comparison - 4 Inch Vs 5.7 Inch.
better late than never:
https://www.printables.com/model/661905-pimoroni-inky-frame-73
Hi,
I’ve got this issue with a new 7.3" . I’ve loaded your latest version slideshow (1.12) and tried pimoroni build 1.20 and the latest 1.23. After decoding,the led blinks as for loading the image but the inky doesn’t update. The led keeps blinking forever.
It seems to work for a few loading cycles and then it gets stuck. Would it be the micro sd card that its not quite good ?
When I look at the message in Thonny it says everything is ok and it is loading but nothing loads.
Thanks for any input. I will try a different micro sd card but I need to get one.
I gave a 7.3" one as a gift recently. Looking back I was brave and used inky_frame-v1.23.0-1-pimoroni-micropython.uf2
on it. It worked ok, I tested it by skipping through 15 images and I think I accidentally left it on overnight and it was ok and had auto-advanced. It’s far far away in the southern hemisphere now!
If you’re in thonny this implies you’re running on USB power so that rules out low battery issues. When it gets stuck can you interrupt it with Ctrl-C in the Shell window (REPL)?
Is the image one that has successfully shown before on an Inky Frame?
I think when I tried a Kingston micro SD card it failed immediately with a mount error. I’ve been using either ones from the kit or SanDisk 32GB ones since. They need to be 32GB or smaller.
Actually this problem was attributed in the end to what sounds like a partially incompatible micro SD card: Problems with jpegdec on inky frame 7
Thank you for your reply, I will try a different card. I am using a Patriot 32GB card now.
I’ve came across this thread : Inky Frame not refreshing screen on battery power using inky_frame.sleep_for() - #31 by jon3 and loaded kapetzel firmware. Works like a charm now.
I don’t get mount errors. I also have a smaller (5.7") size running an older version of your slideshow and works very well,never hangs up and it’s a pleasure to have it. If I get a new card and fixes the issue I’ll update here.
Thanks again.