1
0
mirror of https://github.com/arduino/Arduino.git synced 2024-12-12 23:08:52 +01:00
Arduino/libraries/LiquidCrystal/examples/CustomCharacter
Scott Fitzgerald b332904ee1 Modified LCD custom character example
moved lcd.begin() to the beginnng of the setup() and fixed an issue
that prevented the example from compiling. When calling lcd.write()
with an argument of 0, the 0 must be cast a s a byte.
2013-11-11 16:41:12 +04:00
..
CustomCharacter.ino Modified LCD custom character example 2013-11-11 16:41:12 +04:00