You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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()
The text was updated successfully, but these errors were encountered:
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()
The text was updated successfully, but these errors were encountered: