why did u use the ""lcd.write((byte)0);""" instead of "lcd.write(0);" ??? 1 thing i know that if we use lcd.write(0); then complier will show "call of overloaded 'write(int) is ambiguous." why we use the byte in lcd.write() function.???
why did u use the ""lcd.write((byte)0);""" instead of "lcd.write(0);" ??? 1 thing i know that if we use lcd.write(0); then complier will show "call of overloaded 'write(int) is ambiguous." why we use the byte in lcd.write() function.???