From 27450db7a6f72c19e572afc34cc37f5b44ceca52 Mon Sep 17 00:00:00 2001 From: Gordon Williams Date: Fri, 13 Sep 2024 09:05:53 +0100 Subject: [PATCH] Merge pull request #3572 from Guptilious/master --- apps/tvremote/README.md | 9 +++++++++ apps/tvremote/app.js | 8 ++++++++ 2 files changed, 17 insertions(+) diff --git a/apps/tvremote/README.md b/apps/tvremote/README.md index 77ee3681f..1d33c2a10 100644 --- a/apps/tvremote/README.md +++ b/apps/tvremote/README.md @@ -60,3 +60,12 @@ Vol Commands * Swipe Up - Play/Pause Back Button - Should take you back to the previous menu screen. + +# Requests +If you have any issues or suggestions for improvements, please feel free to message [me](https://github.com/Guptilious). + + + + +# Creator +[Guptilious](https://github.com/Guptilious) diff --git a/apps/tvremote/app.js b/apps/tvremote/app.js index 55d9fe9ad..ffb54dd7a 100644 --- a/apps/tvremote/app.js +++ b/apps/tvremote/app.js @@ -1,3 +1,11 @@ +/****************************************************************** +* Creator Guptilious (https://github.com/Guptilious) +* Future Features: +* Samsung TV Support +* customiser page so config can be created prior to install. +* +*****************************************************************/ + require("Font7x11Numeric7Seg").add(Graphics); let deviceFileName = "tvdevicelist.json";