Hello all,
I have a quick question...I am using a LCD display 2x16 on PortC, no problem, I import LCDport in program, but when LCD is not connected, my AVR has strange behaviour and becomes very slow...because I suppose all pins PortC for LCD are not connected...So is there a function to detect if LCD is connected or not, and if not disable LCD port and put it as simple output for example...like DDRC=$FF
Because my harware need to work with or without LCD....thanks for your help
Vincent
I have a quick question...I am using a LCD display 2x16 on PortC, no problem, I import LCDport in program, but when LCD is not connected, my AVR has strange behaviour and becomes very slow...because I suppose all pins PortC for LCD are not connected...So is there a function to detect if LCD is connected or not, and if not disable LCD port and put it as simple output for example...like DDRC=$FF
Because my harware need to work with or without LCD....thanks for your help
Vincent