mirror of https://github.com/espruino/BangleApps
Merge pull request #3572 from Guptilious/master
parent
144bf5a28a
commit
27450db7a6
|
@ -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)
|
||||
|
|
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue