Select the correct hardware implementation class
masterThe library abstracted hardware connections into specific subclasses of OLEDDisplay. Depending on your connection type, you should instantiate one of the following:
SSD1306Wire: For I2C using the standard ArduinoWirelibrary.SSD1306Brzo: For I2C using the fasterbrzo_i2clibrary.SSD1306Spi: For SPI connections.
Note: SSD1306 is maintained as an alias for SSD1306Wire for backwards compatibility if you are not using UI components.