Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
roncapat authored Jan 10, 2017
1 parent 801690e commit 4e41325
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
# MultiLcd
# MultiLcd Library for Arduino
A third-party Arduino library for bigger LCDs and multiple LCDs

This library let you use multi-controller LCDs (like the 4x40) or a bunch of distinct LCDs as a single LiquidCrystal object: in fact, the API is the same of the wide-known library, except for constructor and .begin() method, and the new ".attach()".

Once initialization is done, you can drive the designated LCDs (or LCDs controllers) as a single, virtual LCD.

0 comments on commit 4e41325

Please sign in to comment.