oled malfunction

My guess is that you're running out of RAM. The display uses more than 50% of the RAM on an Arduino UNO.
The BC95 library seems to be using dynamic memory allocation, that'll fail when there's not enough memory.

What board are you using?