Tasmota lvgl with Lolin D32 pro V2 and ILI9488, touch not working #20600
Replies: 3 comments 3 replies
-
Did you make sure that the SPI bus pins for the XPT2046 touch chip is connected to the SPI bus pins for the display as such? Of course, along with the T_CS pin connected to the gpio you picked. When I ask, it is due to having the experience that "wired according to" sometimes may not be the "full story", and your specifification of gpio 16 for touch does not match the drawing I saw. Not that it has to, but it gets hard to guess what wiring you actually have. And preferably, gpio 16/17 are ones I'd avoid unless other pins are taken, due to the pins being used for PSRAM. It may not be much of a conflict, or cause errors, but I like clear separation. Did you get the DisplayCalibrate crosshairs on the screen? (For readable logs, better wrap in triple backtick lines, before/after). |
Beta Was this translation helpful? Give feedback.
-
Display.ini
autoexec.be
vcc > 3v When i touch the screen, i see no logs showing touch points. When I run calibration, the calibration screen comes up with the X starting in the top left corner, but no response from touch Logs
|
Beta Was this translation helpful? Give feedback.
-
Had exactly the same problem. |
Beta Was this translation helpful? Give feedback.
-
Hello all, hoping I can get some help with this. I reached out on Discord but could not get it figured out from that info.
I currently have a Lolin D32 Pro V2 and a ILI9488. I have installed the Tasmota32-lvgl version on the board and wired the ILI9488 according to this guide https://www.instructables.com/ILI9341-Display-and-LOLIN-D32-Carrier-Board/ I set my gpio config to this
and I added the display.ini with the example from here
https://github.com/arendst/Tasmota/blob/development/tasmota/displaydesc/ILI9488_XPT2046_display.ini
When I boot up I am able to get a blue screen with tasmota logo on it. I followed the guide here to do the calibration
https://tasmota.github.io/docs/LVGL/#calibrate-a-resitive-touch-screen
and I am able to get the screen to show, but no touch is working.
This is the Lolin I purchased
https://www.aliexpress.us/item/2251832696801305.html?spm=a2g0o.order_list.order_list_main.80.2d361802w7l6Wk&gatewayAdapt=glo2usa
This is the ILI9488 I purchased (4.0 in with touch)
https://www.aliexpress.us/item/2251832829271342.html?spm=a2g0o.order_detail.order_detail_item.5.5ea5f19cvtZ759&gatewayAdapt=glo2usa
When i initialize displaycalibrate
Beta Was this translation helpful? Give feedback.
All reactions