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
I have though of creating a crate to add board support for the pybadge.
While dealing with this, I notify that the the already supported pygamer and the pybadge are extremely similar.
They have the same display, usb controller,, power/battery, WS2812B leds, red led and using the ports for all of this.
They main difference is that the one board have some sensor more or less:
PyGamer
PyBadge
spi flash
GD25Q64
GD25Q16
acceleration
❌
LIS3DH
sd card
✅
❌
light sensor
❌
✅
buttons
analog stick
d-pad
So I think I would possible be a better idea, to add a feature flag to pygamer, which manager this view different.
Instead of creating a full new board, where large parts would be duplicated and has only small differences.
What do you think about this?
The text was updated successfully, but these errors were encountered:
I have though of creating a crate to add board support for the pybadge.
While dealing with this, I notify that the the already supported pygamer and the pybadge are extremely similar.
They have the same display, usb controller,, power/battery, WS2812B leds, red led and using the ports for all of this.
They main difference is that the one board have some sensor more or less:
So I think I would possible be a better idea, to add a feature flag to pygamer, which manager this view different.
Instead of creating a full new board, where large parts would be duplicated and has only small differences.
What do you think about this?
The text was updated successfully, but these errors were encountered: