Trouble with DOG 081 and SD card

Hello,
New here, hoping someone will be able to help!

I'm using an Arduino Pro Mini to drive an EA DOGM 081 display and also write to an SD card. Both of these communicate over SPI. I am able to get each one working separately, but can't get them to work together. I have the display on a different enable pin then the SD card. Any suggestions on how to get both working would be appreciated. I have attached the test code I'm using. With this code I get the display working but the SD card errors that it failed to initialize and error opening datalog.txt.

sddisplaytest1.ino (2.58 KB)