Share this example!

Share this example with your friends on your favorite profile:

You can easily embed this example to your blog or website by copying the following code:

<iframe style="height: 510px; width: 100%; margin: 10px 0 10px;" allowTransparency="true" src="https://codebender.cc/embed/example/LiquidCrystal/CustomCharacter" frameborder="0"></iframe>


You can also embed the Serial Monitor section! Just use this HTML code.

<iframe style="height: 510px; width: 100%; margin: 10px 0 10px;" allowTransparency="true" src="https://codebender.cc/embed/serialmonitor" frameborder="0"></iframe>



  • 2015-12-01 tzikis

    Strangely, as @driewe has mentioned in https://codebender.cc/libra... this example doesn't compile.

    I've found that adding (uint8_t) before the number solves the issue, i.e. for line 115:
    lcd.write((uint8_t) 0);

  • 2015-11-20 codebender

    This example was tested on 2016-06-15 and it failed to compile on common Arduino boards.