From d4cc95af37ec7da43953849cd7075b131489d049 Mon Sep 17 00:00:00 2001 From: Kevin Date: Tue, 7 Feb 2017 00:57:45 +0100 Subject: [PATCH] Created I2C Display (markdown) --- I2C-Display.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 I2C-Display.md diff --git a/I2C-Display.md b/I2C-Display.md new file mode 100644 index 0000000..3ff787f --- /dev/null +++ b/I2C-Display.md @@ -0,0 +1,10 @@ +# I2C +By my desk I have a I2C display [link] that loops and displays information about my server and how many is watching and what they are watching on plex. +This is what is required for the display to get the information it needs. + +* Uptime +* Temp +* Load +* Space + +* Plex playing \ No newline at end of file