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

Builds on T4 #1

Closed
wants to merge 2 commits into from
Closed

Builds on T4 #1

wants to merge 2 commits into from

Conversation

KurtE
Copy link
Contributor

@KurtE KurtE commented Jul 11, 2019

I went through and used some of my changes from ili9341_t3 code to make it build for new T4 boards, which are currently in beta and very soon to be released.

I am using a 128x128 display I ordered from Amazon a DIYmall 1.5" which
appears to work after I modified the sketch to do 128 by 128. I also
specified the pins for CS, DC, RST on the constructor

Also allow User to set specific SPI Clock speed

If it is not defined use your current way to set it. #else if the user sets it first use their setting

I went through and used some of my changes from ili9341_t3 code to make it build for T4...

I am using a 128x128 display I ordered from Amazon a DIYmall 1.5" which
appears to work after I modified the sketch to do 128 by 128.  I also
specified the pins for CS, DC, RST on the constructor

Also allow User to set specific SPI Clock speed

If it is not defined use your current way to set it.  #else if the user sets it first use their setting
Adafruit library have added the sendCommand to allow outside sketches a way to send commands to the display without having to modify the actual underlying app.  This might be for things like mirroring or the like.
@KurtE
Copy link
Contributor Author

KurtE commented May 1, 2022

This PR is pretty old now .. Time to close it out.

@KurtE KurtE closed this May 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant