Is it possible to use ESP32_ILI9341 to do zoom in and out?

lladam
Posts: 44
Joined: Tue Jul 20, 2021 12:14 am

Is it possible to use ESP32_ILI9341 to do zoom in and out?

Postby lladam » Fri Aug 18, 2023 7:39 pm

like to do it on phone by two fingers.
Thanks.
Adam

Franco
Posts: 104
Joined: Thu Dec 10, 2015 1:11 pm

Re: Is it possible to use ESP32_ILI9341 to do zoom in and out?

Postby Franco » Sat Aug 19, 2023 9:02 am

The pinch/zoom feature does not depend on the display controller itself, but on the touch sensor applied on the surface of the display and its controller, if any. Pinch/zoom feature requires a multi-touch capacitive sensor, the type of display module you describe, seem to come with a resistive touch sensor with a XPT2046 controller chip. Resistive sensors are single touch and react on the finger or stylus pressure. You must check your display module description to draw conclusions.

ESP_Sprite
Posts: 9730
Joined: Thu Nov 26, 2015 4:08 am

Re: Is it possible to use ESP32_ILI9341 to do zoom in and out?

Postby ESP_Sprite » Sat Aug 19, 2023 12:18 pm

Also note that you'd need to do the zoom in software, an ILI9341 cannot do it in hardware.

Who is online

Users browsing this forum: No registered users and 99 guests