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

Updates for Makerfabs TFT 7" touch dotclock panel #8625

Merged
merged 1 commit into from
Nov 19, 2023

Conversation

RetiredWizard
Copy link

@RetiredWizard RetiredWizard commented Nov 17, 2023

Makerfabs obtained a Product ID from Espressif but they only requested a single ID rather than an ID for each of the resolutions. I've been using @jepler's original 800x480 build with just the resolution changes from this PR on the 1024x600 tablet, so I believe the two resolution tablets are functionally identical other than the screen resolution.

This PR adds the timing tables for both resolutions so the user can select the proper timing definition for their particular tablet, however if two board definitions is preferred, I can go back to Makerfabs and ask again for two separate PID's.

I also noticed what looks like a couple of copy paste bugs in ports/espressif/common-hal/microcontroller/Pin.c. They are not particularly consequential however I believe the extra GPIO19 and GPIO20 never reset definitions would prevent a CIRCUITPY_USB=0 build from working.

As it turns out, a CIRCUITPY_USB=0 build could be useful on this board as the designers shared the USB D+/D- pins as exposed GPIO pins and with the I2S audio circuit. I added comments for building with the USB disabled allowing the use of the I2S feature and made guesses at reasonable CREATOR/CREATION IDs.

I'm looking for direction as to whether I should leave the USB=0 information in mpconfigboard.mk and if so, the best way to get CREATOR/CREATION IDs that I can submit to https://github.com/creationid/creators

@tannewt tannewt requested a review from jepler November 17, 2023 22:26
Copy link
Member

@jepler jepler left a comment

Choose a reason for hiding this comment

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

Thanks. No testing performed.

@jepler jepler merged commit 5ae2909 into adafruit:main Nov 19, 2023
170 checks passed
@RetiredWizard RetiredWizard deleted the matouch1024 branch November 19, 2023 22:21
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.

None yet

2 participants