QT-PY ESP32-S3 NeoPixel

For Adafruit customers who seek help with microcontrollers

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
xFishbonex
 
Posts: 11
Joined: Fri Jan 27, 2023 12:17 pm

QT-PY ESP32-S3 NeoPixel

Post by xFishbonex »

Hi. I have been going through some of the examples with this board. Is there a way to have the Neopixel light up (any color) without loading the Neopixel library? I tried setting pins 38 and 39 HIGH but doesn't do anything.

Thanks
Mark

User avatar
neradoc
 
Posts: 542
Joined: Wed Apr 27, 2016 2:38 pm

Re: QT-PY ESP32-S3 NeoPixel

Post by neradoc »

Hi, you can use the builtin neopixel_write library, but you're not gaining much from doing that.
https://docs.circuitpython.org/en/lates ... xel_write/
For any practical use you should just go with the neopixel library. Why do you want not to ?
It's in the bundle. https://circuitpython.org/libraries

Locked
Please be positive and constructive with your questions and comments.

Return to “Microcontrollers”