Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
esp8266-oled-ssd1306
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
c3pb
esp8266-oled-ssd1306
Commits
0c4fd5d4
Commit
0c4fd5d4
authored
9 years ago
by
Fabrice Weinberg
Browse files
Options
Downloads
Patches
Plain Diff
Renaming ssd1306_i2c to SSD1306
parent
cd87e284
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
SSD1306.cpp
+1
-1
1 addition, 1 deletion
SSD1306.cpp
SSD1306.h
+0
-0
0 additions, 0 deletions
SSD1306.h
examples/SSD1306Demo/SSD1306Demo.ino
+1
-1
1 addition, 1 deletion
examples/SSD1306Demo/SSD1306Demo.ino
with
2 additions
and
2 deletions
ssd
1306
_i2c
.cpp
→
SSD
1306.cpp
+
1
−
1
View file @
0c4fd5d4
...
...
@@ -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
"
ssd
1306
_i2c
.h"
#include
"
SSD
1306.h"
#include
<Wire.h>
...
...
This diff is collapsed.
Click to expand it.
ssd
1306
_i2c
.h
→
SSD
1306.h
+
0
−
0
View file @
0c4fd5d4
File moved
This diff is collapsed.
Click to expand it.
examples/SSD1306Demo/SSD1306Demo.ino
+
1
−
1
View file @
0c4fd5d4
...
...
@@ -23,7 +23,7 @@ SOFTWARE.
See more at http://blog.squix.ch
*/
#include
<Wire.h>
#include
"
ssd
1306
_i2c
.h"
#include
"
SSD
1306.h"
#include
"SSD1306Ui.h"
#include
"images.h"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment