-
Notifications
You must be signed in to change notification settings - Fork 95
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
ILI9341_t3 - "touchpaint" example not working - found possible fix #65
Comments
I have found a work-around (I was previously convinced that I had a bad display). Here is my updated code that seems to work properly with everything else the same (albeit with very poor touchscreen accuracy).
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
When attempting to use the "touchpaint" example sketch included in the ILI9341_t3 library, the touchscreen does not function, and locks up the whole SPI bus.
Steps To Reproduce Problem
Connect an ILI9341 display identical to the one PJRC sells (I purchased mine directly from pjrc.com) in the manner prescribed on pjrc.com.
Flash the sketch.
Hardware & Software
Board: Teensy 4.1 (w/PSRAM chip)
Shields / modules used: "Color 320x240 TFT Touchscreen, ILI9341 Controller Chip"
Arduino IDE version: 1.8.13
Teensyduino version: 1.5.3
Operating system & version: MacOS High Sierra (10.13.6)
Other software or hardware: 10k pullup resistor on reset, breadboard, wires, 2x220 resistor in parallel for backlight
Arduino Sketch
Errors or Incorrect Output
The touchscreen does not function when its data is connected, and locks up the normal screen as well. When the touchscreen's data is disconnected, the normal screen functions properly, on the same code.
The text was updated successfully, but these errors were encountered: