I've got a 3.2 ILI9341 hooked up to a teens 4.0. I'm using it as a tach display (arc band w/ rpm text in center). Works great. Except, every once in a while when running for a while (say over a couple of hours). The screen turns white and the font is a pale pinkish color. If I power cycle the unit it goes away and resumes to normal, which in my case is black background with green, yellow, or red text and graphic.
I'm not sure what could be causing this. Here's how i have it wired, pretty straight forward i think.
Just looking for ideas, thanks!
/*
* This uses a PJRC 3.2" TFT ILI9341 w/ XPT2046
* with a teensy 4.0
*
* ----------- Begin ili9341 pins. --------
* TFT pins<................> Teensy 4.0 pins
* vcc vin
* gnd gnd
* CS 10
* RST 3.3v
* DC 9
* MOSI 11
* SCK 13
* LED 100ohm vin
* MISO 12
* T-CLK 13
* T-CS 8
* T-DO 12
* T-DI 11
* T-IRQ 2
* ----------- End ili9341 pins. --------
*/
I'm not sure what could be causing this. Here's how i have it wired, pretty straight forward i think.
Just looking for ideas, thanks!
/*
* This uses a PJRC 3.2" TFT ILI9341 w/ XPT2046
* with a teensy 4.0
*
* ----------- Begin ili9341 pins. --------
* TFT pins<................> Teensy 4.0 pins
* vcc vin
* gnd gnd
* CS 10
* RST 3.3v
* DC 9
* MOSI 11
* SCK 13
* LED 100ohm vin
* MISO 12
* T-CLK 13
* T-CS 8
* T-DO 12
* T-DI 11
* T-IRQ 2
* ----------- End ili9341 pins. --------
*/