I haven't picked up a PIC in two years. I've dusted off some stuff and wanting to create a new project. My Prius doesn't have ANY engine gauges so I wanted to route some inputs to an LCD screen. I was never really good with coding and after being out for two years, I feel like I know nothing. Anyhow, enough about my personal history......
I have a 2 X 16 LCD (may use a 4 X 20 later on) and I can't seem to locate the correct documentation.
I'm using this:
I know that will clear the display and display my RPM's on the first line but what if I want something after that. Do I use LCDOUT, $FE, 8? I want to move the characters past the last digit of the RPM's but not sure how.Code:LCDOUT $FE,1, "RPM", DEC4
Same goes for the second line. I know that I can use:
I know this will start on the beginning of the second line but what if I want to put a character in the middle of the second line, what do I use?Code:LCDOUT $FE,$C0