mirror of
https://github.com/Makuna/NeoPixelBus.git
synced 2025-08-07 12:54:26 +02:00
Updated FAQ (markdown)
3
FAQ.md
3
FAQ.md
@@ -1,3 +1,6 @@
|
||||
### I have connected this to my Esp8266 and nothing is shown and the Pin doesn't have any output. Using the NeoEsp8266BitBangMethod works fine though.
|
||||
It is often missed that the DMA method ignores the passed in PIN and only works on GPIO3. The UART method also ignores the passed in PIN and only works on GPI02. Due to restrictions on the hardware used for these two methods there is no way to support other pins.
|
||||
|
||||
### I have connected this to my Esp8266 (or other 3.3v based Arduino) and they don't show the colors correctly.
|
||||
The effects you may see but are not limited to is the first or last pixels show incorrect colors, you see random flashes, or you see nothing.
|
||||
|
||||
|
Reference in New Issue
Block a user