futz f&ts v.i. To tinker experimentally; to change something just to see what it does

I bought an Adafruit Sharp Memory Display breakout. It's a 400x240 monochrome display driven by SPI. It can run on either 3.3V or 5V. The memory mapping is simple - just sequential bytes with one bit per pixel - 50 bytes per line. The SPI is LSB-first with active-high CS.

I know that in my previou...

Continue reading...