Skip to content
Snippets Groups Projects
Commit 0c4fd5d4 authored by Fabrice Weinberg's avatar Fabrice Weinberg
Browse files

Renaming ssd1306_i2c to SSD1306

parent cd87e284
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,7 @@ See more at http://blog.squix.ch
Credits for parts of this code go to Mike Rankin. Thank you so much for sharing!
*/
#include "ssd1306_i2c.h"
#include "SSD1306.h"
#include <Wire.h>
......
File moved
......@@ -23,7 +23,7 @@ SOFTWARE.
See more at http://blog.squix.ch
*/
#include <Wire.h>
#include "ssd1306_i2c.h"
#include "SSD1306.h"
#include "SSD1306Ui.h"
#include "images.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment