Qduino Mini and Micro OLED via SPI interface

Sure, you can use the hardware reset. But be prepared to:

  1. Ensure the rise of VCC and the reset timing meet the device requirements

And then

  1. Edit the library or
  2. Dedicate/waste a pin for the library to initialize or
  3. Find a dummy output pin number for the code to initialize that doesn’t conflict with the actual hardware and compiles correctly (don’t know if there is any compiler/runtime validation)

If I was out of gpio, #3 would be where I start but I’ve never had to do that.