Skip to content

Commit

Permalink
Updated example code
Browse files Browse the repository at this point in the history
Updated the provided example code to be easier to understand.
  • Loading branch information
fthaule committed Nov 13, 2021
1 parent b6dda90 commit 6ff3255
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
A user-space driver for controlling Matrix Orbital character type displays (LCD/VFD w/wo keypad) in Linux through serial (UART) interface.

The driver is designed in a modular way to be able to control multiple display instances. It is also made ready to be included directly in a C++ project.

At this point in time, I2C and OneWire support are not implemented. Maybe it'll be realized in a future release if there is a interest for it.

In addition, all commands that could alter the content of the non-volatile part of the display's memory is left out. This is done intentionally as a precaution to eliminate the risk of memory-wear. That said, the function **mtxorb_write()** allows for sending raw data/custom commands to the display. Use with caution as you could potentially brick your display!
Expand Down

0 comments on commit 6ff3255

Please sign in to comment.