### Hardware: Board: ESP32-DevKit-C Core Installation/update date: Latest IDE name: IDF Component ### Description: Trying to use both VPSI & HSPI busses simultaneously to drive two OLED displays. By default, `SPIBegin()` works with VSPI pinouts. ### Sketch: I've tried the suggested code here: https://github.com/olikraus/u8g2/issues/377#issuecomment-335052062 Is the usage of HSPI + VSPI through arduino API possible currently? If so, what is the best way to achieve this?