Search found 2 matches

by gicuIO
09 Dec 2008 20:31
Forum: mikroC General
Topic: how to write from the keyboard(PS2) to the LCD
Replies: 6
Views: 2612

Here , a simple text editor for an 16x2 lcd display , it has some bugs , but it's working. unsigned short keydata, special, down; int i=0,j=0; void main() { //CMCON = 0x07; // Disable analog comparators (comment this for PIC18) INTCON = 0; // Disable all interrupts Ps2_Init(&PORTC); // Init PS/2 Key...
by gicuIO
08 Dec 2008 20:05
Forum: mikroC General
Topic: example with using pic and nokia 3310 lcd
Replies: 5
Views: 9213

3310

You have that error cus u used sprintf function that is not used in the library. :!:

Go to advanced search