Loading...
  Show Posts
Pages: [1]
1  Using Arduino / Displays / Re: LCD - CustomCharacter:117: error: call of overloaded 'write(int)' is ambiguous on: January 21, 2013, 09:46:51 am
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.???
Pages: [1]