You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,11 @@ This is the Arduino library part of the package, it also comes with a Java desig
12
12
13
13
## Installation
14
14
15
-
This is the native library that goes along with tcMenu. It's in a separate repository because of the way that Arduino libraries need to be packaged. Install by unzipping into the Arduino/libraries directory and rename the folder to tcMenu. You can also get the full package with generator UI and examples, see below.
15
+
This is the native library that goes along with tcMenu. It's in a separate repository because of the way that Arduino libraries need to be packaged. Install by unzipping into the Arduino/libraries directory and rename the folder to tcMenu. You can also get the full package with generator UI and examples, see below. This library depends upon:
16
+
17
+
* IoAbstraction [https://github.com/davetcc/IoAbstraction] in all cases.
18
+
* LiquidCrystalIO fork [https://github.com/davetcc/LiquidCrystalIO] that supports task manager when using the LiquidCrystal support.
19
+
* Adafruit_GFX if you are using the Adafruit graphics driver.
0 commit comments