riban-bw / lcd2oled

An Arduino library to drive a SDD1306 OLED using same API as LiquidCrystal library
GNU Lesser General Public License v3.0
2 stars 0 forks source link

Implement SPI interface #6

Open riban-bw opened 9 years ago

riban-bw commented 9 years ago

lcd2oled currently supports I2C interface only. It may be advantageous if it also implemented the SPI interface which the SDD1780 supports.