You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
The text was updated successfully, but these errors were encountered:
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.
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:
The text was updated successfully, but these errors were encountered: