We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 23ba821 + 10687b8 commit 1155feeCopy full SHA for 1155fee
examples/SSD1306SimpleDemo/SSD1306SimpleDemo.ino
@@ -27,7 +27,7 @@
27
// For a connection via I2C using Wire include
28
#include <Wire.h> // Only needed for Arduino 1.6.5 and earlier
29
#include "SSD1306.h" // alias for `#include "SSD1306Wire.h"`
30
-// or #include "SH1106.h" alis for `#include "SH1106Wire.h"`
+// or #include "SH1106.h" alias for `#include "SH1106Wire.h"`
31
// For a connection via I2C using brzo_i2c (must be installed) include
32
// #include <brzo_i2c.h> // Only needed for Arduino 1.6.5 and earlier
33
// #include "SSD1306Brzo.h"
0 commit comments