From c5da2a3ad3c895f47a6038902a0db1ea544a27c8 Mon Sep 17 00:00:00 2001
From: Fabrice Weinberg <Fabrice@weinberg.me>
Date: Tue, 15 Dec 2015 16:59:07 +0100
Subject: [PATCH] Fix name to header

---
 SSD1306Ui.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/SSD1306Ui.h b/SSD1306Ui.h
index d5d7257..e43f898 100644
--- a/SSD1306Ui.h
+++ b/SSD1306Ui.h
@@ -26,7 +26,7 @@ Credits for parts of this code go to Daniel Eichhorn
 #pragma once
 
 #include <Arduino.h>
-#include "ssd1306_i2c.h"
+#include "SSD1306.h"
 
 enum AnimationDirection {
   SLIDE_UP,
-- 
GitLab