ThingPulse / esp8266-oled-ssd1306

Driver for the SSD1306 and SH1106 based 128x64, 128x32, 64x48 pixel OLED display running on ESP8266/ESP32
https://thingpulse.com
Other
2k stars 638 forks source link

Optimization and a new method for setting SSD1306 clock #214

Closed ESS-1 closed 4 years ago

ESS-1 commented 6 years ago

Hi, I changed "String" parameters to "const String &" to avoid unnecessary memory allocations, and added a method to set SSD1306 clock ()command D5h.

marcelstoer commented 5 years ago

Looks good to me. Can you please revert the changes in library.json and library.properties.

stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.