Yes the arraywrite command has to be handled differently in pbp2.5.
Arraywrite loads the LCD_Buff you need to replace Arraywrite with a routine that loads what you want displayed on the LCD into LCD_Buff.
For example
LCD_BuffLen = 4
LCD_Buff.0 = "T"
LCD_Buff.1 = "e"
LCD_Buff.2 = "s"
LCD_Buff.3 = "t"
LCD_WriteBuff
Just to give you an idea as I think this is how it works but obviously I have not tested it as only you have the hardware.
Also johncouture's LCD has the same pins as your's (check it) so his modified programs are the ones you need to use.
This is the first step more issues could be thrown up. I am expecting to enjoy the ride (voyage of discovery) and hopefully get it working.
Bookmarks