-
Notifications
You must be signed in to change notification settings - Fork 53
Update example for 1.14" TFT users. #75
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
Conversation
The usage example may only work for 2.2", 2.4", 2.8", 3.2" TFT ( which I could not verify ). With 1.14" TFT and raspberry pi 4, the wiring are different, chipset is different. At the first try-out, as a novice user, I was doubting my soldering skills. Why does not it work? Blank screen! It turns out that wrong chipset driver was used. After updating its chipset driver, it is still blank! I was doubting my connections and my soldering skills again! It turns out that the CS_PIN, DC_PIN are not the same as bigger TFTs. After all those adjustments, it worked.
with this fix, the blue rectangle will situate at the corner near Vin pin.
Please do a squash merge! I missed x and y offsets after verifying it on my display. |
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.
Hi, thanks for adding this. For the guide link, perhaps change it to https://learn.adafruit.com/adafruit-1-14-240x135-color-tft-breakout/python-wiring-and-setup since you are specifically mentioning the 1.14" display. It's a mirror of the same page you linked to, but is in the 1.14" guide in case users want to see other related pages.
address review feedback.
Well spotted! |
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.
Looks good. Thanks
Updating https://github.com/adafruit/Adafruit_CircuitPython_RGB_Display to 3.9.2 from 3.9.1: > Merge pull request adafruit/Adafruit_CircuitPython_RGB_Display#75 from chfw/master Updating https://github.com/adafruit/Adafruit_CircuitPython_Debouncer to 1.3.2 from 1.3.1: > Merge pull request adafruit/Adafruit_CircuitPython_Debouncer#10 from tgs/use-monotonic-ns > Merge pull request adafruit/Adafruit_CircuitPython_Debouncer#18 from adafruit/setup-py-disabled
The usage example may only work for 2.2", 2.4", 2.8", 3.2" TFT ( which I could not verify ). With 1.14" TFT and raspberry pi 4, the wiring are different, chipset driver is different.
At the first try-out, as a novice user, I was doubting my soldering skills. Why does not it work? Blank screen! It turns out that wrong chipset driver was used.
After updating its chipset driver, it is still blank! I was doubting my connections and my soldering skills again! It turns out that the CS_PIN, DC_PIN are not the same as bigger TFTs.
After referencing the great example, it worked. Hence, could I save a few hours of next 1.14" TFT users please?