Skip to content
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

Revamp T-Deck port #9815

Merged
merged 2 commits into from
Nov 20, 2024
Merged

Revamp T-Deck port #9815

merged 2 commits into from
Nov 20, 2024

Conversation

bill88t
Copy link

@bill88t bill88t commented Nov 18, 2024

A bunch of tiny fixes and improvements for the LILYGO T-Deck.

  • Display power pulled high, not left floating.
  • Pins reorganized, only exposing what is usable. (No pins renamed, BOOT pin added)
  • Modules unusable on the board removed.
  • Indicate support for T-Deck Plus.

Along with these I have created a TinyUF2 port.

@dhalbert
Copy link
Collaborator

The T-Deck and T-Deck Plus are different versions of the board, as far as I can tell. This appears to be for the Plus. Is it also compatible with the base version? Should the directory name change? Should there be two ports?

@bill88t
Copy link
Author

bill88t commented Nov 19, 2024

The T-Deck and T-Deck Plus are different versions of the board, as far as I can tell. This appears to be for the Plus. Is it also compatible with the base version? Should the directory name change? Should there be two ports?

It's fully compatible, so I followed the same logic as with the Seeed XIAO nRF52840 (Sense). The optional / plus thing in parentheses, indicating optional support.
The circuitpython.org listing can in turn also be updated to indicate support.

EDIT: Updated the op message to include this in the list of changes. (Had forgotten)

@dhalbert
Copy link
Collaborator

The circuitpython.org listing can in turn also be updated to indicate support.

Could you do this after the merge? That would be great!

BTW, do you actually have one of these (plain or Plus)?

Copy link
Collaborator

@dhalbert dhalbert left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@dhalbert dhalbert merged commit 4838af5 into adafruit:main Nov 20, 2024
15 checks passed
@bill88t
Copy link
Author

bill88t commented Nov 20, 2024

Could you do this after the merge? That would be great!

Yep, that's my plan. I plan on showing both the plain and plus side by side.

BTW, do you actually have one of these (plain or Plus)?

Got the plus with 433MHz SX1262 and GPS. It can even fetch GPS time (on demo firmware).
It's just uart data, so i'll make a lib if there isn't one already.

@bill88t bill88t deleted the tdp branch November 20, 2024 16:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants