Skip to content

Commit db46747

Browse files
author
committed
Deployed bfc14ab with MkDocs version: 1.5.3
1 parent 652d503 commit db46747

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

basics/getting-started/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -2016,7 +2016,7 @@ <h2 id="welcome-to-the-wled-wiki">Welcome to the WLED wiki!</h2>
20162016
<h3 id="quick-start-guide">Quick start guide</h3>
20172017
<p><strong>1.</strong> Connect a WS2812B-compatible RGB(W) led strip to <code>GPIO2</code>. On most ESP8266 based development boards, this pin is labeled <code>D4</code>; on ESP32 based boards, use <code>IO16</code> or <code>G16</code> or <code>16</code>. <em>If the connecting wire cannot be kept short, use a <a href="/basics/compatible-hardware#levelshifters">level shifter/translator</a>.</em> Optionally, connect a normally open pushbutton to <code>GPIO0</code> (NodeMCU/Wemos pin <code>D3</code>, on ESP32 use <code>IO17</code>) and ground for <a href="/features/macros">configurable actions</a>.
20182018
<strong>Note:</strong> Board pin naming varies depending on the manufacturer. Please use the board pinout from the <em>specific</em> board you purchased and use the GPIO pins to reference this guide. <em>Make sure to connect ESP and LED-strip grounds together!</em></p>
2019-
<p><img alt="connectionsA" src="https://github.com/Aircoookie/WLED-Docs/assets/59397047/ae32d2c0-ec2d-450d-90e8-4258c349ca3f" /></p>
2019+
<p><img alt="connectionsA" src="https://github.com/Aircoookie/WLED-Docs/assets/59397047/78cc27f3-f0e4-4c04-bd3f-d35caf143456" /></p>
20202020
<p>While using an ESP8266 and LEDs that have clock and data, you can either use hardware SPI (mostly faster) or software SPI.</p>
20212021
<ul>
20222022
<li>hardware SPI: use <code>GPIO14</code> (SCLK) for clock and <code>GPIO13</code> (MOSI) for data.</li>

sitemap.xml.gz

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)