Hi everyone, i am currently working with a TFT display with a ILI9341 driver, using a T4.1 and I already made the display working using the ILI9341_T3 library. I am triyng to set up the LGVL library following the steps on https://docs.lvgl.io/master/get-started/platforms/arduino.html#configure-lvgl .
Since it reccomends using the TFT_eSPI library, I downloaded it and started its configuration accordingly. By looking at the configuration file named User_setup.h, nothing point me to the direction of teensy. So basically I have no idea how to configure the library! if you have already tested it, would you please be so kind to help me out?
This seems to be my only problem since the configuration of LGVL seems pretty easy and board-independent.
I already made the display working using the ILI9341_T3 library.
Pin configuration (SPI0 on T4.1):
teensy TFT
------|------|
MISO 12
MOSI 11
CLK 13
CS 9
DC 10
RST 14
Thank you!
Since it reccomends using the TFT_eSPI library, I downloaded it and started its configuration accordingly. By looking at the configuration file named User_setup.h, nothing point me to the direction of teensy. So basically I have no idea how to configure the library! if you have already tested it, would you please be so kind to help me out?
This seems to be my only problem since the configuration of LGVL seems pretty easy and board-independent.
I already made the display working using the ILI9341_T3 library.
Pin configuration (SPI0 on T4.1):
teensy TFT
------|------|
MISO 12
MOSI 11
CLK 13
CS 9
DC 10
RST 14
Thank you!