<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.geekworm.com/index.php?action=history&amp;feed=atom&amp;title=CommentStreams%3A31b91351cae0c73c2be22a3282bde777</id>
	<title>CommentStreams:31b91351cae0c73c2be22a3282bde777 - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.geekworm.com/index.php?action=history&amp;feed=atom&amp;title=CommentStreams%3A31b91351cae0c73c2be22a3282bde777"/>
	<link rel="alternate" type="text/html" href="https://wiki.geekworm.com/index.php?title=CommentStreams:31b91351cae0c73c2be22a3282bde777&amp;action=history"/>
	<updated>2026-07-27T01:05:20Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.8</generator>
	<entry>
		<id>https://wiki.geekworm.com/index.php?title=CommentStreams:31b91351cae0c73c2be22a3282bde777&amp;diff=33692&amp;oldid=prev</id>
		<title>73.162.65.105: Migrated reply #4139</title>
		<link rel="alternate" type="text/html" href="https://wiki.geekworm.com/index.php?title=CommentStreams:31b91351cae0c73c2be22a3282bde777&amp;diff=33692&amp;oldid=prev"/>
		<updated>2023-11-28T04:56:34Z</updated>

		<summary type="html">&lt;p&gt;Migrated reply #4139&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Ok, I figured it out. &lt;br /&gt;
&lt;br /&gt;
--------------------------&lt;br /&gt;
Get library + example file&lt;br /&gt;
--------------------------&lt;br /&gt;
&lt;br /&gt;
Arduino IDE &amp;gt;&amp;gt; Tools &amp;gt;&amp;gt; Library Manager &amp;gt;&amp;gt; SSD1306 &amp;gt;&amp;gt; Install&lt;br /&gt;
&lt;br /&gt;
Arduino IDE &amp;gt;&amp;gt; File &amp;gt;&amp;gt; Examples &amp;gt;&amp;gt; Adafruit SSD1306 &amp;gt;&amp;gt; ssd1306_128x64_i2c&lt;br /&gt;
&lt;br /&gt;
---------------------&lt;br /&gt;
alter definitions:&lt;br /&gt;
---------------------&lt;br /&gt;
&lt;br /&gt;
// on this board the address is not 0xDC, it is 0x3C&lt;br /&gt;
#define SCREEN_ADDRESS 0x3C&lt;br /&gt;
&lt;br /&gt;
---------------------	&lt;br /&gt;
alter setup function:&lt;br /&gt;
---------------------&lt;br /&gt;
&lt;br /&gt;
void setup() {&lt;br /&gt;
  //&lt;br /&gt;
  // EXISTING_CODE&lt;br /&gt;
  //&lt;br /&gt;
    Serial.begin(9600);&lt;br /&gt;
  //&lt;br /&gt;
    // NEW_CODE&lt;br /&gt;
  //&lt;br /&gt;
  // Wire.h defaults are: SDA: 4, SCL: 5&lt;br /&gt;
    //    but we must reverse it for this board:&lt;br /&gt;
    //        pin 5 SDA (this board)&lt;br /&gt;
    //        pin 4 SCL (this board)&lt;br /&gt;
    Wire.begin(5, 4);&amp;lt;!-- migrated from Comments; original IP: 73.162.65.105 --&amp;gt;&lt;/div&gt;</summary>
		<author><name>73.162.65.105</name></author>
	</entry>
</feed>