Tweet

Replying to @josecastillo

Over the weekend I wanted to port some of my font work to CircuitPython, which involved interfacing with an SPI Flash chip. Ladyada pointed me to a driver for a similar chip to the one I was using, and wow is it simple. spi.write(cmd) / spi.readinto(response). Actual code! 4/?

(original)