Skip to content

Commit

Permalink
Merge pull request #3572 from Guptilious/master
Browse files Browse the repository at this point in the history
adding comment blocks
  • Loading branch information
thyttan authored Sep 13, 2024
2 parents e5458fc + b29dcc7 commit b8e5051
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
9 changes: 9 additions & 0 deletions apps/tvremote/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
8 changes: 8 additions & 0 deletions apps/tvremote/app.js
Original file line number Diff line number Diff line change
@@ -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";
Expand Down

0 comments on commit b8e5051

Please sign in to comment.