https://github.com/marfjeh/marflcd
Arduino serial monitor to a 16x2 lcd.
https://github.com/marfjeh/marflcd
Last synced: 3 months ago
JSON representation
Arduino serial monitor to a 16x2 lcd.
- Host: GitHub
- URL: https://github.com/marfjeh/marflcd
- Owner: Marfjeh
- License: mit
- Created: 2018-01-17T14:46:30.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-17T14:58:57.000Z (over 7 years ago)
- Last Synced: 2025-01-17T11:28:14.769Z (5 months ago)
- Language: Arduino
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MarfLCD
Make a Arduino LCD status screen.
# Wiring
# documentation
The firmware has some simple commands, at the start send `~~` at the beginning to start and clean the display.
Then you can start sending text plain in the serial console.Sending: `Hello World`
This will print Hello world on the display.
Sending: `~Hello World`
This will also print Hello world on the display but it will clean the display first and then print the new text.