We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd87e28 commit 0c4fd5dCopy full SHA for 0c4fd5d
ssd1306_i2c.cpp renamed to SSD1306.cpp
@@ -25,7 +25,7 @@ See more at http://blog.squix.ch
25
Credits for parts of this code go to Mike Rankin. Thank you so much for sharing!
26
*/
27
28
-#include "ssd1306_i2c.h"
+#include "SSD1306.h"
29
#include <Wire.h>
30
31
ssd1306_i2c.h renamed to SSD1306.h
examples/SSD1306Demo/SSD1306Demo.ino
@@ -23,7 +23,7 @@ SOFTWARE.
23
See more at http://blog.squix.ch
24
#include "SSD1306Ui.h"
#include "images.h"
0 commit comments