projects
/
hackover2013-badge-firmware.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Upgrade to v0.92
[hackover2013-badge-firmware.git]
/
drivers
/
lcd
/
bitmap
/
ssd1306
/
ssd1306.c
diff --git
a/drivers/lcd/bitmap/ssd1306/ssd1306.c
b/drivers/lcd/bitmap/ssd1306/ssd1306.c
index
ce8872e
..
40d5a04
100644
(file)
--- a/
drivers/lcd/bitmap/ssd1306/ssd1306.c
+++ b/
drivers/lcd/bitmap/ssd1306/ssd1306.c
@@
-311,7
+311,7
@@
void ssd1306Refresh(void)
#include "drivers/lcd/smallfonts.h"
// Configure the pins and initialise the LCD screen
- ssd1306Init();
+ ssd1306Init(
SSD1306_INTERNALVCC
);
// Render some text on the screen
ssd1306DrawString(1, 10, "5x8 System", Font_System5x8);
This page took
0.021246 seconds
and
4
git commands to generate.