gilphilbert

Results 14 comments of gilphilbert

Ah, you know I read that in the docs but made that deadliest of flaws... I _assumed_ that I was on the the older version! I'll try later and report...

Can you share some code you've tried? I'm using this with U8g2 and custom input on an ESP32 with an SD card on a shared SPI bus using `SD.h` (code...

It would be good to add stickers to albums (for ratings, etc) but also to artists - this would allow the sticker database to host artist profiles that can be...

Good idea, if we introduce an optional `start` and `limit` in addition to `sort` then this allows the most amount of flexibility: `sticker find {TYPE} {URI} {NAME} sort {SORT_DIRECTION} start...

I'll answer my own question quickly: ```javascript const size = await mpv.getPlaylistSize() const paths = [] const titles = [] for (i = 0; i < size; i++) { //...

I just bought the Newhaven NHD-3.12-25664 display and wired it up, which wasn't easy. You have to ground 10 pins, which is kind of mad. But I digress. I've tried...

Ah, yes, I realized after I wrote the above that there's a separate driver for Newhaven, but the backlight still didn't come on when I used ssd1322_nhd: ```console pi@raspberrypi:~/luma.examples/examples $...

Thanks! Oh yes, I did know that but I've spent too much time with LCDs just recently! As requested: ``` pi@raspberrypi:~/luma.examples/examples $ ./perfloop.py --display ssd1322 --interface=spi --spi-device=0 --spi-port=0 --height 64...

Oh, hang on... it's working! Using the `ssd1322` driver with `--framebuffer full_frame` brought it to life. Strangely, it now also works with `diff_to_previous` which it didn't before. So I'm not...

The display was being very intermittent, sometimes it would work other times not. I was about to throw it away and buy another when it occurred to me that the...