From 9cbb4e116eb4a2ff4168973f8252592184fc0ae0 Mon Sep 17 00:00:00 2001 From: Henner Zeller Date: Thu, 13 Oct 2016 08:33:16 -0700 Subject: [PATCH] o Make the move of the demo program simpler on people who have found some outdated information with its old location. --- led-matrix | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 led-matrix diff --git a/led-matrix b/led-matrix new file mode 100755 index 0000000..e23d081 --- /dev/null +++ b/led-matrix @@ -0,0 +1,8 @@ +#!/bin/bash +## + +echo "This program moved to directory examples-api-use/ and is called 'demo'" +echo +echo "See https://github.com/hzeller/rpi-rgb-led-matrix/tree/master/examples-api-use" +echo +echo "(You are probably here because you followed some outdated information on the 'net?)"