I know I just need to experiment a little, but, I was wondering what type of a variable to declare. All I’m doing is just counting wheel turns on a wheel and multiplying it times the distance around ...
I'm new to C programing and am having a problem with displaying on a LCD. I am using a 1X16 line LCD. in 4 bit mode, and using the LCD.C
include file. Only the first 8 digit are displaying on the le ...
I was wondering if someone can tell me how to stop scrolling on a LCD display. I've tried different format strings. but I must not be getting the right format. If a person can tie the string to the be ...
I was wondering if someone could give me a little direction on how to convert a 16 bit binary # into a form I can output to the lcd_putc() function which is in the lcd.c ...