Posted 22 September 2012 - 10:26 AM
Hello, I am having a problem with linebreaking.
I want to make a code someone wrote for a terminal to display on a 3x3 monitor. Everything is working except for 1 thing, in terminals you can do print() and it skips a line similar to like clicking the ENTER key I tried it with mon.write() it didnt work. I am quite new to coding i tried messing with variables so it would do mon.setCursorPos (1,(Variable Name)+1) but then it would get stuck at the second line.
Thanks for your time
I want to make a code someone wrote for a terminal to display on a 3x3 monitor. Everything is working except for 1 thing, in terminals you can do print() and it skips a line similar to like clicking the ENTER key I tried it with mon.write() it didnt work. I am quite new to coding i tried messing with variables so it would do mon.setCursorPos (1,(Variable Name)+1) but then it would get stuck at the second line.
Thanks for your time