lovyan03 / LovyanGFX

SPI LCD graphics library for ESP32 (ESP-IDF/ArduinoESP32) / ESP8266 (ArduinoESP8266) / SAMD51(Seeed ArduinoSAMD51)
Other
1.02k stars 187 forks source link

ADC raw resistance touch Support #503

Closed MoonLight423 closed 2 months ago

MoonLight423 commented 4 months ago

The UNO like 8-bit parallel LCD,has 4 I/O multiplexing as resistance touch. analog input pin connected to LCD_RS、LCD_WR. http://www.lcdwiki.com/2.4inch_Arduino_Display http://www.lcdwiki.com/3.5inch_Arduino_Display-UNO We can use it see: TFT_eSPI::8-bit parallel support and Adafruit_TouchScreen

image

tobozo commented 4 months ago

ILI9341, ILI9486, ST7796 and resistive touch on shared bus are already supported, so this is not an enhancement request.

you need to create your own LGFX configuration, there are a few examples in the lgfx_user folder

https://github.com/lovyan03/LovyanGFX/tree/master/src/lgfx_user

github-actions[bot] commented 3 months ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

github-actions[bot] commented 2 months ago

This issue has been automatically closed because it has not had recent activity. Thank you for your contributions.