You're using the code at http://www.espruino.com/ST7735 ? Is your display actually 128x128, or is it some other resolution.
As long as you're using software SPI I'd be very surprised if there were differences between the boards. So it might be to do with how the display itself gets configured.
Text being skewed is usually because the size of display is wrong - so each line is off by 1 or 2 pixels...
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
You're using the code at http://www.espruino.com/ST7735 ? Is your display actually 128x128, or is it some other resolution.
As long as you're using software SPI I'd be very surprised if there were differences between the boards. So it might be to do with how the display itself gets configured.
Text being skewed is usually because the size of display is wrong - so each line is off by 1 or 2 pixels...