You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello Djairjr,
I've found your repo a few month ago.
You have extended the Adafruit APIs of pixel_framebuf and adafruit_led_animation/grid for the NeoPixel games.
However, I previously did some programming with Adafruit's API NeoMatrix for Arduino.
And I think the NeoMatrix-API of tiled matrices is clearer than the pixel_framebuf API.
That's why I did a port of NeoMatrix to CircuitPython.
Hello Djairjr,
I've found your repo a few month ago.
You have extended the Adafruit APIs of
pixel_framebuf
andadafruit_led_animation/grid
for the NeoPixel games.However, I previously did some programming with Adafruit's API
NeoMatrix
for Arduino.And I think the NeoMatrix-API of tiled matrices is clearer than the
pixel_framebuf
API.That's why I did a port of
NeoMatrix
to CircuitPython.You can find the repository here: https://github.com/pagong/circuitpython_neomatrix
Do you mind if I try port your NeoPixel games to this alternative API?
Cheers, Pagong.
The text was updated successfully, but these errors were encountered: