Frontboard2026#315
Open
ChrisDick wants to merge 14 commits into
Open
Conversation
detect which front board is attached based on eeprom header or i2c devices if not provisioned. if not provisioned, write header.
benclifford
reviewed
Jun 3, 2026
| "DOWN": Button("DOWN", "System"), | ||
| "LEFT": Button("LEFT", "System"), | ||
| "RIGHT": Button("RIGHT", "System"), | ||
| "A": Button("A", "System"), |
Contributor
There was a problem hiding this comment.
is the button rearrangement that this is part of going to do weird stuff to the app store code input dialog, which uses these buttons that I think are being renamed?
Contributor
Author
There was a problem hiding this comment.
possibly, one of the reasons for putting the PR up is to get feedback on this stuff. it's really a draft PR, but if I mark it as draft, the CI doesn't run and I need others with the new top board to test things like the touch response on multiple badges for tolerance checks and to test new boards as they're made. I still need to debug the compass, do some docs and get it all reviewed, so there's time for feedback.
scaling and orientation check still todo
8 gauss scaling (lowest) and align with imu. also fixed missing await.
support for the first revision needs the eeprom header setting manually with: from machine import I2C;I2C(0);writeto(0x57, bytes([0x00, 0x00]) + b'THEX2026 \x00 \x00\x00 \x00\x00\xd3\xba\x01&\x00\x00Spaceagon+')
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
new frontboard code, including:
app currently polls the touch ic, but has the callback setup in c for the interrupt driven version.
compass not tested yet.