Hi Bob,
Uploaded 4x4 keypad test and opened...no compile ...error ...POSITIVE not declared in this scope
Cheers Mike.
Hi foozer.,..tried all the library's including NewCrystal 1.3.4...I reckon it's looking more like faulty hardware...don't reckon there is much more to try.
Cheers.
Mike, there is too much static on this thread. This is where you should be starting. You are not thinking about the problem or your hardware.... and just blindly following suggestions made by others based on your hardware.Thanks Rodw, downloaded and installed all library files and swapped scl and sca pins to A4 and A5 ran sketch...;error was 'BYTE keyword no longer supported.'
Cheers Mike.
lcd.print(0x30+val/100,BYTE);
lcd.print(0x30+val/100);
//or
lcd.print(0x30+val/100,int);
Enter your email address to join: