SerLCD_Example works on UNO but not on 101

I have been trying to get an LCD display to work with my Arduino 101. I am using an LCD test code for a Sparkfun SerLCD v2.5. The code works fine on my UNO, but will not run on my 101. Code is attached. Any suggestions greatly appreciated.

Serial_LCD.ino (11.9 KB)

Perhaps it has something to do with both the serLCD/1602 devices being 5 volt only and the Arduino 101 being 3.3 volts?