All the numbers are separate .h files that are a 24bit X 32bit bitmap image.  The U8X8 library can draw those but I needed to break them down into 8X8 tiles and actuall transform the image as I draw them.  This is all in the included program.  The PC board uses the QWIIC jst connector and I made custom boards for attaching the QWIIC connector to each oled.  The photos show my hardwired version but Oled 7  has the new interface board solder on.  There are also 2 hardware I2C ports and 2 QWIIC connectors to use.  I used those for the RTC and displayed a clock on oled 4,5,6.  Initializing each oled at power up takes around 9s total.  The program compiles with 55% of storage space used up and 33% of RAM : )