Page 1 of 1
NeoPixel module
Posted: Mon Oct 05, 2020 11:15 am
by jamonda
Hi, friends.
Why don't we have the NeoPixel module builtin on the Pyboard? It's on the ESPs and on the Pyboard D, but not on the v1.1.
How can I put it into the firmware?
Thank you all in advance.
Re: NeoPixel module
Posted: Tue Oct 06, 2020 4:53 pm
by pythoncoder
Looking at
the source it seems to be ESP32 specific. I can't see hide nor hair of it on my Pyboard D or in the manifest files.
Code: Select all
MicroPython v1.13-94-g817b80a10-dirty on 2020-10-02; PYBD-SF6W with STM32F767IIK
Type "help()" for more information.
>>> help('modules')
__main__ lcd160cr uasyncio/funcs umachine
_onewire lcd160cr_test uasyncio/lock uos
_uasyncio logging uasyncio/stream upysh
_webrepl lwip uasyncio_fast/__init__ urandom
builtins math uasyncio_fast/core ure
cmath micropower uasyncio_fast/queues uselect
collections/__init__ micropython uasyncio_fast/synchro usocket
collections/deque native_misc ubinascii ussl
courier20 network ubluetooth ustruct
dht onewire ucollections usys
errno pyb ucryptolib utime
font10 ssd1306 uctypes utimeq
font14 stm uerrno uwebsocket
framebuf uarray uhashlib uzlib
freesans20 uasyncio/__init__ uheapq webrepl
freeserif uasyncio/core uio webrepl_setup
gc uasyncio/event ujson websocket_helper