From 7a30efe10a4a8df912a6661b3840ff7071e19d71 Mon Sep 17 00:00:00 2001 From: Marius Schiffer Date: Mon, 13 Jul 2015 23:37:30 +0200 Subject: [PATCH] Beautified readme.md --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 84e5d89..b1f1e4f 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,15 @@ # LedD LEDD Daemon in Python3 -## What is it? +## What is LedD? -It's the daemon behind a Android Application used for controlling multiple -RGB or single color LED stripes with an PCA9685 controller or simillar. +LedD is a daemon for interfacing LED stripes. It provides an abstract interface for effects to control any kind of LED stripe through an adapter (a driver). An Android application can connect and natively change any settings for the effects. ## Goals - manage multiple stripes and controllers at the same time -- an open effects github repository with effects the stripes can use by one-click-download -- automatic location of the connected controller devices and restart/reset and status querys +- an open effects github repository with simple download-and-run system +- automatic enumeration of the connected controller devices, restart/reset and status querys ### License