lovyan03 / LovyanGFX

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

Hardware SPI Touchscreen support for arduino_default #484

Closed jp-bennett closed 4 months ago

jp-bennett commented 5 months ago

Currently, using the arduino_default target, lgfx supports display panels on a hardware SPI bus. Using this support and the portduino project, I've gotten a Waveshare 2.8inch RPI LCD display working on a Raspberry Pi with minimal trouble. Unfortunately, touchscreen SPI support is limited to bitbanging on this target. It would be extremely useful to be able to specify the SPI bus, and fill out the spi namespace for that platform: https://github.com/lovyan03/LovyanGFX/blob/master/src/lgfx/v1/platforms/arduino_default/common.cpp#L70

Glamor shot showing working display:

IMG_20231205_165641

github-actions[bot] commented 4 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 4 months ago

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