Ruth Ivimey-Cook

Results 11 issues of Ruth Ivimey-Cook

Moved from https://github.com/olikraus/u8g2/pull/1856 which also has code. Display P/N: SOG320132A_M383 Surenoo Display datasheet: http://surenoo.tech/download/03_SOL/0302_SOG/SOG320132A_M383.pdf (a bit brief, but adequate) Surenoo SSD1320 datasheet: http://surenoo.tech/download/03_SOL/0302_SOG/Controller/SSD1320.pdf (includes command list) Two interfaces present: one...

Display P/N: SOG320132A_M383 Surenoo Display datasheet: http://surenoo.tech/download/03_SOL/0302_SOG/SOG320132A_M383.pdf (a bit brief, but adequate) Surenoo SSD1320 datasheet: http://surenoo.tech/download/03_SOL/0302_SOG/Controller/SSD1320.pdf (includes command list) Two interfaces present: one for the Raspberry Pi RP2040 SDK, using...

I saved a bunch of files with this, one of which had a content disposition with a "" value containing a semicolon. The code broke because it tried to interpret...

**Describe the bug** I have a 28" 4K screen using KDE Plasma on Ubuntu 21.04, using display scaling 175%. In this setup, cawbird displays all except the tweet area as...

enhancement
info required

The [wavesurfer](https://wavesurfer-js.org/).js module wants 'peaks' files in json format with data rendered as floats in range -1..0..1 (preferably fairly exactly). The recommended python is: ``` max_val = float(max(data)) new_data =...

Not really expecting a useful response, but just in case, I found that trying to filter on a folder named: GERNews.2022.2022-05 Summer - 191 ... failed with the message about...

bug
Stale

This is a round-up of changes both from myself and others. I have tried to set the Author of commits not my own but was unable to do more than...

I have wondered about using the rp2040 chip with IP networking, but using the UART ports (or usb-serial, the recent PIO-based Ethernet MII interface, or even USB-CDC/ENCM) rather than the...

We needed a PHP Zip archive creator that would stream all the way - so no temporary files at any point. I have based some code on your work that...