From 4e413255562057f013aefbe7825413849c15f65d Mon Sep 17 00:00:00 2001 From: Patrick Roncagliolo Date: Tue, 10 Jan 2017 19:55:02 +0100 Subject: [PATCH] Update README --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 84ed61c..34d82cd 100644 --- a/README.md +++ b/README.md @@ -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.