Graham, creator of this library, happens to e on the forum sometimes, see here for example. If yu need help, you can wait until he sees you post or send him a PM
I found these comments in one the examples of the library:
// loadS(port, x, y, xsize, ysize, buffermultiplier, invert colours)
// port can be Serial / SerialUSB
// x , y are the display coordinates
// xsize , ysize are the expected image dimensions
// buffer multiplier is used to potentially increase speed a little :-
// total buffer size = buffermultiplier * 2 * xsize
// invert colours is used to swap the MSB/LSB if colour appears wrong
When I put 1 in the (invert colours) place the colors are changed but the image is distorted !