I've been using your lcd backpack, in SPI mode, successfully with Arduino 22. I'm trying to convert over to Uno. I'm using your latest library. I can get your example programs to work. My problem is that I need to interface with more SPI devices than just the backpack in a sketch. When I include the SPI library my sketch, the sketch still compiles and loads but the backpack no longer works.
Looking thru your library, I notice that it looks like you don't use the SPI library for SPI comm. Is there some reason for this. How can i access other SPI devices in the same sketch when accessing your backpack?

