Bill Greiman

Results 749 comments of Bill Greiman
trafficstars

I am currently making many mods in the programs. I will fix the check for assignment program. The normal way to run multiple cards in on a single bus. I...

I don't understand why the error is at line 34 of SdSpiChipSelect.cpp [Here](https://github.com/greiman/SdFat/blob/master/src/SpiDriver/SdSpiChipSelect.cpp#L34) is line 34. Seems like it should be a line 31 or 37 with `digitalWrite()`. I suspect...

Looks like the original GLCD font creator app is no longer supported. The [site ](https://www.mikroe.com/glcd-font-creator)I downloaded the app from is down. I don't know how to use any other app...

Most fonts only support ASCII and don't have the degree symbol. I think the Adafruit5x7.h font may have it if you set [ADAFRUIT_ASCII96](https://github.com/greiman/SSD1306Ascii/blob/c43eaa9db195d17277ffc3d1ec11e3b21ba37775/src/fonts/Adafruit5x7.h#L7) to zero. Also the last character in...

See [this](https://github.com/greiman/SSD1306Ascii/issues/91) or [this](https://github.com/greiman/SSD1306Ascii/issues/119).

I will just move the functions in PioDbgInfo.h into PioSdioCard.cpp. I will combine this with other fixes to PioSdioCard.cpp. These will first be in SdFat-beta.

This library is very old and no longer maintained. You could try [this](http://elm-chan.org/fsw/ff/00index_p.html) library.

This library is unsupported and not been modified in eleven years. I found many USB sticks would not initialize with the USB_Host_Shield_Library_2.0 library. I tried the using the current version...

Sharing an SPI port with an SD and any device that requires quick response is a bad idea. Run the [bench](https://github.com/greiman/SdFat/tree/master/examples/bench) example in shared and dedicated mode to see why....