Hey CCS forum users,
So I have been working on this project for class where I have to control the direction of a motor using a H-bridge circuit connected to with my PIC. I have a keypad that input th ...
I forgot to mention I changed the increment portion of the code that labeled as a 6 to a 5 and i know this decrements the cursor but for some reason when I do this command my display message doesnt sh ...
I was using the flex_lcd.c code foir a 2x16 lcd display and I was wandering if there's anyway to keep a message on the first line solid while I a software counter on the second line of the LCD to simu ...
So i was using the flex_lcd.c along with flex_kbd.c to interface a PIC with a keypad to an LCD. I was looking to implement some kind of counter where a user could input a number from the keypad to the ...