-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adafruit Fruit Jam board #2363
base: develop
Are you sure you want to change the base?
Adafruit Fruit Jam board #2363
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
Hmmm, for the benefit of users of your new board, is it worth adding additional defines to your header for "3x tactile switches" etc. ? |
Yes, probably a good idea :) Done. |
7a51238
to
fe460bd
Compare
#define ADAFRUIT_FRUIT_JAM_CKN_PIN 12 | ||
#define ADAFRUIT_FRUIT_JAM_CKP_PIN 13 | ||
#define ADAFRUIT_FRUIT_JAM_D0N_PIN 14 | ||
#define ADAFRUIT_FRUIT_JAM_D0P_PIN 15 | ||
#define ADAFRUIT_FRUIT_JAM_D1N_PIN 16 | ||
#define ADAFRUIT_FRUIT_JAM_D1P_PIN 17 | ||
#define ADAFRUIT_FRUIT_JAM_D2N_PIN 18 | ||
#define ADAFRUIT_FRUIT_JAM_D2P_PIN 19 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Like you've done with some of your other pin-defines, I wonder if it's worth inserting an additional word between e.g. JAM
and CKN
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These are the DVI pin names, for doing DVI over HSTX. We haven't been including DVI
on the CircuitPython boards with these pins, but it wouldn't hurt. I'll do that.
I see that https://www.adafruit.com/product/6200 currently says "we also need a name, right now we're just calling it Fruit Jam since its inspired by the IchigoJam project." - has the name now been finalised? Looks like a fun little board though 😃 |
I apologize for the churn here. It's been a bit of a moving target. Fruit Jam is going to be the name -- that copy hasn't been updated yet. There will also be a WiFi/BLE co-processor on the final board. We've got it running a bunch of emulators now, like C64, old Mac (HyperCard, anyone?) etc. |
Note 2.1.2 is approaching - so best to finalize this soon |
Add Adafruit Fruit Jam "Mini RP2350 Computer" board. https://www.adafruit.com/product/6200. Description: