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.
1 parent 3319c1c commit d6f5111Copy full SHA for d6f5111
examples/GraphicsLibrary.ino
@@ -1,4 +1,4 @@
1
-/* Tiny Graphics Library using TinyI2C library
+/* Tiny Graphics Library using TinyI2C library - see http://www.technoblogy.com/show?23OS
2
3
David Johnson-Davies - www.technoblogy.com - 6th June 2018
4
ATtiny85 @ 8 MHz (internal oscillator; BOD disabled)
@@ -10,7 +10,7 @@
10
11
#include <TinyI2CMaster.h>
12
13
-// OLED display **********************************************
+// OLED display - note only works with displays based on the SH1106 driver
14
15
// Pins
16
int const sda = 0;
0 commit comments