-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
5 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |