Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

backspace in atmega16L with keypad and LCD

Status
Not open for further replies.

Silent_Miracle

Newbie level 5
Joined
Nov 20, 2010
Messages
8
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,329
hi,
i am interfacing LCD and a 4x4 keypad with atmega16L. i wrote the code in C. when ever user press a key, it is displayed on LCD. i made the checks for keypad like this (for printing 1)

if(bit_is_clear(PIND,c1))
LCD_write('1');

can some one please help me how i can use backspace function in this case, and also guide me about any library if required for that method.
thanx
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top