LCD scanf doesn't work with newline character in text. The text will print in the correct place, but when using the rocker switch to flick through the different settable values, they will be off screen and move the viewing area to where they would be located if the newline character wasn't there.
eg:
scanner = pifacecadtools.LCDScanf("text here \n text %3i > %3i%r")
result= scanner.scan()
LCD scanf doesn't work with newline character in text. The text will print in the correct place, but when using the rocker switch to flick through the different settable values, they will be off screen and move the viewing area to where they would be located if the newline character wasn't there.
eg: scanner = pifacecadtools.LCDScanf("text here \n text %3i > %3i%r") result= scanner.scan()