diff --git a/FAQ-#1.md b/FAQ-#1.md new file mode 100644 index 0000000..7d1f50b --- /dev/null +++ b/FAQ-#1.md @@ -0,0 +1,2 @@ +### 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. \ No newline at end of file