Skip to content

Commit 0c4fd5d

Browse files
committed
Renaming ssd1306_i2c to SSD1306
1 parent cd87e28 commit 0c4fd5d

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

ssd1306_i2c.cpp renamed to SSD1306.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ See more at http://blog.squix.ch
2525
Credits for parts of this code go to Mike Rankin. Thank you so much for sharing!
2626
*/
2727

28-
#include "ssd1306_i2c.h"
28+
#include "SSD1306.h"
2929
#include <Wire.h>
3030

3131

File renamed without changes.

examples/SSD1306Demo/SSD1306Demo.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ SOFTWARE.
2323
See more at http://blog.squix.ch
2424
*/
2525
#include <Wire.h>
26-
#include "ssd1306_i2c.h"
26+
#include "SSD1306.h"
2727
#include "SSD1306Ui.h"
2828
#include "images.h"
2929

0 commit comments

Comments
 (0)