adafruit / Adafruit_SHARP_Memory_Display

This is an Arduino library for the Adafruit Monochrome SHARP Memory Displays
http://www.adafruit.com/products/1393
Other
60 stars 54 forks source link

Hardware SPI support #13

Closed riklaunim closed 4 years ago

riklaunim commented 6 years ago

Adafruit_SSD1325 has the option to use hardware SPI while this library doesn't - which prevents from using a memory LCD with other SPI devices on the microcontroller SPI pins. Looking at pull requests it looks like other where trying to add that ( https://github.com/adafruit/Adafruit_SHARP_Memory_Display/pull/6 ) but it wasn't merged.

ladyada commented 4 years ago

refactored and fixed SPI - we now use busio.