File tree Expand file tree Collapse file tree 4 files changed +3
-3
lines changed Expand file tree Collapse file tree 4 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ See more at http://blog.squix.ch
2525Credits 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.
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ Credits for parts of this code go to Daniel Eichhorn
2626#pragma once
2727
2828#include < Arduino.h>
29- #include " ssd1306_i2c .h"
29+ #include " SSD1306 .h"
3030
3131enum AnimationDirection {
3232 SLIDE_UP,
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ SOFTWARE.
2323See 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
You can’t perform that action at this time.
0 commit comments