Bill Greiman

Results 752 comments of Bill Greiman

> How can i print a ° character ? Most fonts only has standard ASCII characters. I think [System5x7 ](https://github.com/greiman/SSD1306Ascii/blob/c43eaa9db195d17277ffc3d1ec11e3b21ba37775/src/fonts/System5x7.h#L144)has a degree symbol. Maybe [Adafruit5x7](https://github.com/greiman/SSD1306Ascii/blob/c43eaa9db195d17277ffc3d1ec11e3b21ba37775/src/fonts/Adafruit5x7.h#L7) if ADAFRUIT_ASCII96 is defined zero....

I have no interest in supporting SdFat on new platforms. I will not being doing much much new development of SdFat. A file system should be integrated into the operating...

I looked at the SDIO driver but became busy with other things. You probably can't use it since it uses almost all memory in one PIO. I implemented it to...

> Is your implementation much different? My implementation is very different. I started from scratch, I didn't copy any existing code. Modern SD cards require vary large transfers for maximum...

I looked at the current state of my RP2040 SDIO. The source needs to be cleaned up since I was still playing with different approaches. I looked at the High...

@androda I had hoped to post a version of SdFat with RP2040 SDIO some time ago but have been very busy and away from home so not had time to...

Here is a test version of SdFat with RP2040 SDIO. Try it and let me know the result. [SdFatRp2040.zip](https://github.com/user-attachments/files/16626181/SdFatRp2040.zip) It is setup with two examples, Rp2040SdioSetup and bench. I test...

@androda Have you looked at boards like the Pico 2 with the new [RP2350](https://www.raspberrypi.com/products/rp2350/) family of chips? I have become bored with most new MCU boards but Raspberry PI has...

Edited: had ms where μs should have been. Write is often slower for big writes since there will be occasional large latencies while the card programs flash. Your card has...

I did first tests with a Pico 2. I need to do some mods so the third PIO can be used and there are problems with some cards at 250...