Hi everyone, I take this first post to introduce myself, my name is Andrea and I come from Italy.
A few days ago I bought a Teensy 3.6 board and I'm really impressed by her power (better than the Arduino boards I had) but i have a problem with the following display:
https://www.buydisplay.com/serial-spi-i2c-10-1-inch-tft-lcd-module-dislay-w-ra8876-optl-touch-panel
i have the 4 wire SPI, 3.3V, capacitive version and the screen turns on but nothing is displayed... I use the library:
https://github.com/wwatson4506/Ra8876LiteTeensy
The terminal shows me "2D ready failed" continuously with the examples I can compile of the library.
I connected the display with Teensy board in this way:
Teensy 3.6 --- ER-TFTM101-1
CS 10 --- 5
MOSI 11 --- 7
MISO 12 --- 6
SCK 13 --- 8
RESET 8 --- 11
BACKLITE 20 --- 14
CTP_INT 24 --- 33
SDA 18 --- 34
SCL 19 --- 35
RST_3.3 22 --- 36
i read this: https://forum.pjrc.com/threads/66385-buydisplay-1280-X-400-TFT-ra8876-AND-SSD2828-SPI-connectivity
I did some test by removing and putting the 3.3V power supply but I can't see anything, only backlight.
I used the same power supply for 7 inches RA8875 and this latest display works well.
Has anyone had my own problems? Can you help me? Sorry for my little english..
A few days ago I bought a Teensy 3.6 board and I'm really impressed by her power (better than the Arduino boards I had) but i have a problem with the following display:
https://www.buydisplay.com/serial-spi-i2c-10-1-inch-tft-lcd-module-dislay-w-ra8876-optl-touch-panel
i have the 4 wire SPI, 3.3V, capacitive version and the screen turns on but nothing is displayed... I use the library:
https://github.com/wwatson4506/Ra8876LiteTeensy
The terminal shows me "2D ready failed" continuously with the examples I can compile of the library.
I connected the display with Teensy board in this way:
Teensy 3.6 --- ER-TFTM101-1
CS 10 --- 5
MOSI 11 --- 7
MISO 12 --- 6
SCK 13 --- 8
RESET 8 --- 11
BACKLITE 20 --- 14
CTP_INT 24 --- 33
SDA 18 --- 34
SCL 19 --- 35
RST_3.3 22 --- 36
i read this: https://forum.pjrc.com/threads/66385-buydisplay-1280-X-400-TFT-ra8876-AND-SSD2828-SPI-connectivity
I did some test by removing and putting the 3.3V power supply but I can't see anything, only backlight.
I used the same power supply for 7 inches RA8875 and this latest display works well.
Has anyone had my own problems? Can you help me? Sorry for my little english..