coates’s avatarcoates’s Twitter Archive—№ 23,220

    1. Using #micropython and #neopixel on #ESP32, I get lots of noise. Maybe because it’s not using RMT (I assume)? Is there a better way to do this with my setup? Code is just: for p in range(256):   np.fill((0,0,0))   np[p] = (10, 0, 0)   np.write()   sleep(0.1)
  1. …in reply to @coates
    Huge thanks to jim_mussared for seeing this thread and adding RMT support to micropython + Neopixel. I love when Twitter works. github.com/micropython/micropython/pull/7985#issuecomment-966819511