3. Confirmed the proper oled address with the Arduino (0x3C). I made the change in the demo.pbp file
arduino use a 7 bit address pbp uses an 8 bit addresss , correct address to use is (arduino address)<<1
0x3c<<1 = 0x78