I have configured an I2C buss on a ESP32 and run an LED display and clock on that buss. Unfortunately the LED display isn’t larger enough (4 x 20) to show the text I wish to display. I’ve ordered a waveshare 800 x 300 display as a replacement for the LED.
I’m wondering if the ESP32 can be configured to run both displays simultaneously. Running both displays is not the end goal. The goal is to ensure all display data has been transferred from the LED to the waveshare device. There’s sufficient IO pins to configure and connect both LED (I2C) and waveshare (SPI) to the ESP32. I’m just not sure that coding in the display section of my yaml file can accommodate both modules?
Is this achievable? If so, are there any tips you care to share?
I wish to leave the LED code in place while I build out code for the waveshare display. Once the latter is in place, the LED display and related code will be removed.
Your experience is helpful. I wonder if an LED and waveshare display can be run at the same time.