Skip to content

Commit d6f5111

Browse files
committed
Update comments
Add display requirements
1 parent 3319c1c commit d6f5111

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/GraphicsLibrary.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Tiny Graphics Library using TinyI2C library
1+
/* Tiny Graphics Library using TinyI2C library - see http://www.technoblogy.com/show?23OS
22
33
David Johnson-Davies - www.technoblogy.com - 6th June 2018
44
ATtiny85 @ 8 MHz (internal oscillator; BOD disabled)
@@ -10,7 +10,7 @@
1010

1111
#include <TinyI2CMaster.h>
1212

13-
// OLED display **********************************************
13+
// OLED display - note only works with displays based on the SH1106 driver
1414

1515
// Pins
1616
int const sda = 0;

0 commit comments

Comments
 (0)