JSchaenzle / ESP32-NeoPixel-WS2812-RMT

NeoPixel (WS2812) Driver Example code using RMT peripheral
The Unlicense
117 stars 31 forks source link

Invalid conversion from 'int' to 'gpio_num_t' #4

Open finchamp opened 5 years ago

finchamp commented 5 years ago

Hello there, Just downloaded the code, and I'm getting the above compile error on line 27 of ws2812_control.c ("config.gpio_num = LED_RMT_TX_GPIO;"). Arduino IDE v1.8.9. Just thought I'd mention it here.