Yes - I used pin 10 as CS - but still sometimes nothing in hardware mode

For fun - I added a SlideIn(str) - which slides in a string (it's a number but can also have - E,H, P, L or a space - note that the decimal point needs to be preceded by a digit) - I'm still just using the BCD display. This means it can 'slide in' HELLO... (0 slides in then L then L etc.)
Then I added a DHT22 and I 'SlideIn' the temperature and humidity on a 5s cycle. I was tempted to add a DS3231 and add the time too.
I modified DispNumberStr to be able to display the string at any position - so a scroll in would be easy... DispDigitBCD now takes an ASCII char (0..9,-,E,H,P,L or ' ')
Any one any ideas - there a lot less fun transitions (probably) - but I thought a SlideOut would be good too?
Martin