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.

Recent content by SixPathSage

  1. S

    LCD Increment/Decrement help, urgent!!!

    I'm really a newbie at this.. mind writing one example for increment? - - - Updated - - - I tried to add a little, it seem to make the display go crazy.. unsigned int i=0x30; /* 16 bit data type, range 0 to 65,535 */ unsigned char j; /* 8 bit data type, range 0 to 255 */ void...
  2. S

    LCD Increment/Decrement help, urgent!!!

    I need my LCD to display Queue="number" , "number" starts at 0 1) "number" count up by 1 pressing button A // (PORTAbits.RA1==0); 2) "number" count down by 1 pressing button B // (PORTCbits.RC1==0); Please help.. void lcd_init(void) { TRISD = 0x00; PORTD = 0x00; // PORTD is...

Part and Inventory Search

Back
Top