Skip to content
  • Scott Fitzgerald's avatar
    Modified LCD custom character example · dfdfcb8e
    Scott Fitzgerald authored
    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.
    dfdfcb8e