Skip to content

Commit c5da2a3

Browse files
committed
Fix name to header
1 parent 0c4fd5d commit c5da2a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SSD1306Ui.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

3131
enum AnimationDirection {
3232
SLIDE_UP,

0 commit comments

Comments
 (0)