Figured it out!! For anyone else who wants to use the smaller size OLED here is how to fix it:
In the file DigisparkOLED.cpp you need to change:
0xA8, 0x3F, // Set multiplex ratio(1 to 64)
to:
0xA8, 0x1F, // Set multiplex ratio(1 to 64)
and change:
0xDA, 0x12, // Set com pins hardware configuration
to:
0xDA, 0x02, // Set com pins hardware configuration
Seems to work fine. Of course, the included sample graphics will not display correctly, but the text comes up just fine. I will need to play a bit with the fonts to fix them.
regards,
Chris