I have been trying to output to the rec screen. I have figured out where to put the code, but I don't know which code to use.
snprinf seems to work well to print to a line, but I want to print lower in the screen. I figure I need to use "screens.puts(0, 0, buf);" or something like that, but I'm not sure what. Nothing seems to work.
Does anyone know where I could find the "screen.*" codes, and their meanings?