jeffmer / micropython-ili9341

Micropython Driver for ILI9341 display
MIT License
118 stars 42 forks source link

Touch screen support #10

Open ciobania opened 2 years ago

ciobania commented 2 years ago

Hello,

I'm new to the LCDs IoT, and struggling with few touch screens for a project. I'm unable to understand if that is currently implemented, from what I read in the ili9341xnew.py

I have two questions:

  1. Is the current driver supporting touch screens?
  2. Is the current driver providing support for writing images to the Framebuffer? (I don't understand where that library comes from)

Thank you for your help and support with this!

jeffmer commented 2 years ago

It does not support a touch controller. There is support for a touch controller in the Adafruit circuit Python libraries.

Frame buffer is a standard Micropython module.