espressif / esp-idf

Espressif IoT Development Framework. Official development framework for Espressif SoCs.
Apache License 2.0
13.49k stars 7.26k forks source link

ESP32-S2 Octal SPI / LCD driver support (IDFGH-4553) #6371

Closed OtherCrashOverride closed 3 years ago

OtherCrashOverride commented 3 years ago

The ESP32-S2 Technical Reference Manual states that "8-bit Octal SPI mode" and "Moto6800/I8080/Parallel RGB interface 8-bit LCD driver" are hardware supported (22.2.1.1 page 545). The esp-idf does not appear to expose either functionality. Is there sample code for enabling these features? Is official support planned?

pootinanny commented 3 years ago

Would be great to see this more widely accessible.