I presume it auto-resets when power is added, so you can either remove the reset pin parts from the driver code, or if you think you’re going to want to reset the display during runtime, drive the display’s VCC from a imp pin set to DIGITAL_OUT. Write 1 to that pin to power the display, or write 0 to switch it off. That’s what I’d try first.
I actually didnt do any improvements. I only connected it without using the reset line. and it worked. I think the first time when i tried it it didnt work because my power line 3.3V was not properly connected. As a matter of fact the adafruit OLEDs that have a reset line, also work without driving it… Which is nice, cause i save an extra pin on the imp