djazz
banner
djazz.se
djazz
@djazz.se
It's the exact same eInk panel (1200x1600 13.3" eInk Spectra 6) as all other 13.3" eInk panels. I ordered pimoroni's last week and waiting for it to ship :) i write my own dithering algorithms
December 1, 2025 at 10:02 AM
I have fond memories of watching your Bilge Tank streams<3
November 30, 2025 at 9:31 AM
Finally caved, ordered!
November 30, 2025 at 9:29 AM
Also, aren't there tools to write to a filesystem bin file on Linux? Is it not compatible?
June 23, 2025 at 7:34 PM
I use Nim which compiles to C and pico-vfs had made it so much easier, it's like coding for Linux! So easier to run same code on host as on pico.
June 23, 2025 at 7:20 PM
I haven't tested running on host, but it has heap (in memory) and loopback (using file io). It hooks into posix file api and overrides those functions (open, close, etc) so might not work for your usecase.
June 23, 2025 at 7:14 PM
I use pico-vfs to be able to use LittleFS/FatFS and putting them in mount points using flash or sd card github.com/oyama/pico-vfs
GitHub - oyama/pico-vfs: Thin virtual file system for Raspberry Pi Pico
Thin virtual file system for Raspberry Pi Pico. Contribute to oyama/pico-vfs development by creating an account on GitHub.
github.com
June 23, 2025 at 7:07 PM
Nice, I should do something similar with Librespot, I think it exposes current cover art somewhere...
January 3, 2025 at 8:21 AM
Spi version (kernel doing the bitbanging) but without the audio part github.com/daniel-j/nim...
nim-spidev/examples/pimoroni_blinkt.nim at main · daniel-j/nim-spidev
Nim wrapper for the Linux SPI interface. Contribute to daniel-j/nim-spidev development by creating an account on GitHub.
github.com
December 21, 2024 at 10:15 AM
Was the battery power and sleep/rtc issues fixed that past inky frames have? No rtc alarm led like the enviros?
December 16, 2024 at 9:29 AM