aboutsummaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorDeterminant <[email protected]>2024-08-16 15:08:45 -0700
committerDeterminant <[email protected]>2024-08-16 15:08:45 -0700
commitfbe966903dd031e93150141ed0e8a758f778c524 (patch)
treeae8bfc177531253e19b88d39e534288ee64e5cc5 /README.rst
parent773a788835503182af3901d65471e0e53e0f5a5f (diff)
finish
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst17
1 files changed, 15 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index 4e447b8..4c49a85 100644
--- a/README.rst
+++ b/README.rst
@@ -2,8 +2,21 @@ Loupedeck Control
-----------------
- Setup: ``npm install``
-- Run: ``./ctrl.mjs``
+- Run: ``./app.mjs``
+
+
+Demo
+----
+
+.. raw:: html
+
+ <div align="center">
+ <img src="https://raw.githubusercontent.com/Determinant/loupedeck-ctrl/main/figures/main-page.jpg" width="70%">
+ <img src="https://raw.githubusercontent.com/Determinant/loupedeck-ctrl/main/figures/ap-page.jpg" width="70%">
+ </div>
+
+Video: https://photos.app.goo.gl/1hAQ19DZQRo4RRr9A
Profile is currently in ``profile.yaml``.
-Permission issue: copy ``50-loupedeck.rules`` to be under ``/etc/udev/rules.d`` and then ``sudo udevadm control --reload-rules && sudo udevadm trigger``.
+Linux permission issue: copy ``50-loupedeck.rules`` to be under ``/etc/udev/rules.d`` and then ``sudo udevadm control --reload-rules && sudo udevadm trigger``.