WiFI Kit 8 text positioning

Text printed using…

drawString(0,0,“Hello”);

seems to print at an offset of +1 to the right and +4 pixels down. This means the bottom line (of 4 text lines) is cut off. setting a single pixel at position 0,0 is positioned correctly. This is more easily seen with an inverted screen. This can be seen with the HelloWorld example by adding a line to invert the screen.