digitalsputnik / ApolloFirmware

Micropython software for the Apollo lamps
BSD 3-Clause "New" or "Revised" License
3 stars 0 forks source link

itshX/rgbtX: the effect component #35

Closed KKallas closed 2 years ago

KKallas commented 2 years ago

Add pixel array of fxbuffer[(255,255,255)] to renderer object when generating pixel value take rgb(1-X)+fxbufferX the fxbuffer object should be writable from python REPL so it would be possible to send the pixels to various lamps

KKallas commented 2 years ago

Add Art-Net implementation