Add board definition for the uGame handheld console#397
Merged
Conversation
This is a board definition for the uGame project: https://hackaday.io/project/27629-game uGame is a small handheld game console programmable with CircuitPython. The hardware part of the project is pretty much stable by now.
tannewt
approved these changes
Nov 1, 2017
Member
tannewt
left a comment
There was a problem hiding this comment.
Looks super cool!
What support do you need to get this running 3.x?
Author
|
I'm not sure yet, but I don't think it needs anything special. It's just one struct and one function, and the only thing they need is the spi write function, so I think it should just work out of the box, but I haven't tested it yet. |
Author
|
Ah, sorry, wrong pull request. The board itself is basically as trinket m0 haxpress with custom pins. |
Member
|
Answering here is ok because I don't expect you to submit a board for a version you can't test. We don't have SPI support quite yet but will soon. Once we do, please migrate your dev to it. Thanks! |
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.
This is a board definition for the uGame project:
https://hackaday.io/project/27629-game
uGame is a small handheld game console programmable with
CircuitPython. The hardware part of the project is pretty
much stable by now.