From a48babae59459d55987deb7b653c7af41633c7d0 Mon Sep 17 00:00:00 2001 From: Guptilious <42465910+Guptilious@users.noreply.github.com> Date: Fri, 13 Sep 2024 08:13:29 +0100 Subject: [PATCH 1/2] Update README.md added creator header --- apps/tvremote/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/apps/tvremote/README.md b/apps/tvremote/README.md index 77ee3681f7..1d33c2a100 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) From 9988eca686b8fff561977c06261fa3252ef9f977 Mon Sep 17 00:00:00 2001 From: Guptilious <42465910+Guptilious@users.noreply.github.com> Date: Fri, 13 Sep 2024 08:16:33 +0100 Subject: [PATCH 2/2] Update app.js added future features comment block --- apps/tvremote/app.js | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/apps/tvremote/app.js b/apps/tvremote/app.js index 55d9fe9ad9..ffb54dd7ac 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";