Skip to content

Commit 7b58778

Browse files
committed
Added more detail on dependencies.
1 parent 428cdb4 commit 7b58778

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,11 @@ LiquidCrystal libraries.
2626
Usage
2727
-----
2828

29-
BigCrystal is implemented as a wrapper around an LCD object, created using either the standard or new LiquidCrystal libraries. The lcd object is passed through to the BigCrystal constructor.
29+
You must install the BigCrystal library into your Arduino library directory. Optionally, you
30+
can remove the standard LiquidCrystal library and replace it with the New LiquidCrystal library.
31+
32+
BigCrystal is implemented as a wrapper around an LCD object, created using either the standard or
33+
new LiquidCrystal libraries. The lcd object is passed through to the BigCrystal constructor.
3034

3135
BigCrystal exposes all LiquidCrystal public methods and delegates to the underlying object. This
3236
means that once the BigCrytal object is created, you just need to reference that instance instead

0 commit comments

Comments
 (0)