in your opinion, what's the problem?
Whew, where to start?
This is an SSD1306 controller, right? You could've mentioned that in your post. Make it easy for people to help you.
Your schematic doesn't show any power coming into the display connector. Did you measure voltage across the various power connections? Have you hooked up those headers correctly? Is the blue LED on?
Your schematic shows a bunch of data and control lines being hooked up as if you're using a parallel bus. However, your logic analyzer screen shots (and code) suggest you're trying to use SPI. What's going on?
Your MOSI/MISO/CLOCK lines look like they're shorted together. That's not gonna work.
You should be seeing something more like this:

EDIT: Apparently I didn't read the title closely enough... you mentioned the SSD1306 there. Sorry, my mistake.