somhi / ESP_SSD1306

SSD1306 display library for ESP8266 boards (Arduino IDE) (Adafruit_SSD1306 mod)
Other
38 stars 13 forks source link

Constructor for SPI and value for SCLK, DC, CS not used #9

Open dpenezic opened 8 years ago

dpenezic commented 8 years ago

Constructor for SPI communication expect SCLK, DC, and CS but never used in code.

dpenezic commented 8 years ago

Found some trace of using DC and CS, but SCLK is not used at all.