SSD1306 LCD and nonblocking libraries?

I was hoping there was some way to have the screen updated in the background while the rest of my code continues to loop, but since I couldn't seem to find a way to do that. I have put all my code in timer interrupts instead. So all I have in the main loop is the screen updating function.