Lilygo Lily Pi support #956
Replies: 4 comments 6 replies
-
It looks to be designed for the ESP32 but there is limited technical documentation. The TFT_eSPI library does not support capacitive screens but you may find a support library that does. If you do get one and find it works then do post back as I am sure others will be interested. |
Beta Was this translation helpful? Give feedback.
-
I'm back with my new toy, based on ILI9481 (hopefully).
The examples seem to work, but there are random colorful noisy stripes on the screen. Looks like a good square (~320x320), and a crazy area (~160x320). I've tried all the six different init (ILI9481_INIT_X), but there is no difference, also no effect of the SPI frequency change. |
Beta Was this translation helpful? Give feedback.
-
Make sure you are using the latest version of TFT_eSPI and have these lines in the library User_Setup_Select.h file. |
Beta Was this translation helpful? Give feedback.
-
I put the new setup file (named as Setup51_LilyPi_ILI9481.h) and the modified User_Setup_Select.h on my Github repo (I was not sure if a PR would be a good idea or not). (Comment for SPI freq: as we discussed above, the 10 MHz would be the absolute safe side, however the vendor uses these settings, and working for me also properly both read and write). |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
First of all I would like you say thanks for the nice library. I'm on the way to order a Lilygo Lily Pi (there are two versions: 3.5" ST7796 and ILI9481).
http://www.lilygo.cn/prod_view.aspx?TypeId=50032&Id=1353
I would rather order the ILI9481 version, the pinout is here:
https://0.rc.xiniu.com/g3/M00/83/FA/CgAH6F-PtumAKBEXAAGIbootJzA136.jpg
As I recognized, there is a connected TFT_BL pin, where I can control the backlight pith PWM.
If I understood correctly, if I will modify the setup header files properly, there is no big issue expected with this display, am I right?
Thanks in advanced!
Beta Was this translation helpful? Give feedback.
All reactions