Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions content/learn/04.electronics/03.lcd-displays/lcd-displays.md
Original file line number Diff line number Diff line change
Expand Up @@ -1060,9 +1060,6 @@ This potentiometer controls the `delayTime` variable.
This example code is in the public domain.
https://docs.arduino.cc/learn/electronics/lcd-displays#custom-character

Also useful:
http://icontexto.com/charactercreator/

*/

// include the library code:
Expand Down Expand Up @@ -1170,4 +1167,4 @@ void loop() {
lcd.write(4);
delay(delayTime);
}
```
```
Loading