Skip to content

Commit

Permalink
Merge pull request #26 from richsimpson/master
Browse files Browse the repository at this point in the history
Updated Firestick remote to large icons - better in lovelace
  • Loading branch information
dimagoltsman authored Jun 16, 2022
2 parents c626165 + 4a62b18 commit 4672b9c
Show file tree
Hide file tree
Showing 34 changed files with 66 additions and 66 deletions.
Binary file modified dist/remotes/firestick4kremote/back.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified dist/remotes/firestick4kremote/back_over.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified dist/remotes/firestick4kremote/down.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified dist/remotes/firestick4kremote/down_over.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified dist/remotes/firestick4kremote/firestick4kremote.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified dist/remotes/firestick4kremote/fwd.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified dist/remotes/firestick4kremote/fwd_over.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified dist/remotes/firestick4kremote/home.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified dist/remotes/firestick4kremote/home_over.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified dist/remotes/firestick4kremote/left.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified dist/remotes/firestick4kremote/left_over.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified dist/remotes/firestick4kremote/menu.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified dist/remotes/firestick4kremote/menu_over.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified dist/remotes/firestick4kremote/mic.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified dist/remotes/firestick4kremote/mic_over.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified dist/remotes/firestick4kremote/mute.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified dist/remotes/firestick4kremote/mute_over.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified dist/remotes/firestick4kremote/play.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified dist/remotes/firestick4kremote/play_over.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified dist/remotes/firestick4kremote/pwr.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified dist/remotes/firestick4kremote/pwr_over.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
132 changes: 66 additions & 66 deletions dist/remotes/firestick4kremote/remote-html.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ function getRemoteStyle_firestick4kremote(config) {
#remote-control-firestick4kremote {
position: relative;
background: url(${base_url}/firestick4kremote.png) no-repeat;
width: 162px;
height: 524px
width: 332px;
height: 768px
}
#remote-control-firestick4kremote h2,
Expand Down Expand Up @@ -58,130 +58,130 @@ function getRemoteStyle_firestick4kremote(config) {
}
#remote-control-firestick4kremote li#pwr a {
left: 23px;
top: 25px;
width: 35px;
height: 35px;
left: 86px;
top: 27px;
width: 36px;
height: 36px;
background: url(${base_url}/pwr.png) no-repeat
}
#remote-control-firestick4kremote li#mic a {
left: 64px;
top: 58px;
width: 33px;
height: 33px;
left: 140px;
top: 68px;
width: 49px;
height: 49px;
background: url(${base_url}/mic.png) no-repeat
}
#remote-control-firestick4kremote li#volup a {
left: 65px;
top: 296px;
width: 32px;
height: 32px;
left: 140px;
top: 428px;
width: 49px;
height: 49px;
background: url(${base_url}/volup.png) no-repeat
}
#remote-control-firestick4kremote li#voldown a {
left: 65px;
top: 331px;
width: 32px;
height: 32px;
left: 140px;
top: 485px;
width: 49px;
height: 49px;
background: url(${base_url}/voldown.png) no-repeat
}
#remote-control-firestick4kremote li#mute a {
left: 65px;
top: 373px;
width: 32px;
height: 32px;
left: 140px;
top: 548px;
width: 49px;
height: 49px;
background: url(${base_url}/mute.png) no-repeat
}
#remote-control-firestick4kremote li#up a {
left: 53px;
top: 101px;
width: 54px;
height: 22px;
left: 120px;
top: 129px;
width: 89px;
height: 42px;
background: url(${base_url}/up.png) no-repeat
}
#remote-control-firestick4kremote li#left a {
left: 27px;
top: 123px;
width: 22px;
height: 54px;
left: 78px;
top: 169px;
width: 42px;
height: 89px;
background: url(${base_url}/left.png) no-repeat
}
#remote-control-firestick4kremote li#select a {
left: 59px;
top: 132px;
width: 42px;
height: 42px;
left: 134px;
top: 183px;
width: 63px;
height: 63px;
background: url(${base_url}/select.png) no-repeat
}
#remote-control-firestick4kremote li#right a {
left: 112px;
top: 123px;
width: 22px;
height: 54px;
left: 210px;
top: 169px;
width: 42px;
height: 89px;
background: url(${base_url}/right.png) no-repeat
}
#remote-control-firestick4kremote li#down a {
left: 53px;
top: 185px;
width: 54px;
height: 22px;
left: 120px;
top: 256px;
width: 89px;
height: 42px;
background: url(${base_url}/down.png) no-repeat
}
#remote-control-firestick4kremote li#back a {
left: 25px;
top: 217px;
width: 32px;
height: 32px;
left: 80px;
top: 308px;
width: 49px;
height: 49px;
background: url(${base_url}/back.png) no-repeat
}
#remote-control-firestick4kremote li#home a {
left: 64px;
top: 217px;
width: 32px;
height: 32px;
left: 140px;
top: 308px;
width: 49px;
height: 49px;
background: url(${base_url}/home.png) no-repeat
}
#remote-control-firestick4kremote li#menu a {
left: 105px;
top: 217px;
width: 32px;
height: 32px;
left: 200px;
top: 308px;
width: 49px;
height: 49px;
background: url(${base_url}/menu.png) no-repeat
}
#remote-control-firestick4kremote li#rwd a {
left: 25px;
top: 256px;
width: 32px;
height: 32px;
left: 80px;
top: 367px;
width: 49px;
height: 49px;
background: url(${base_url}/rwd.png) no-repeat
}
#remote-control-firestick4kremote li#play a {
left: 64px;
top: 256px;
width: 32px;
height: 32px;
left: 140px;
top: 367px;
width: 49px;
height: 49px;
background: url(${base_url}/play.png) no-repeat
}
#remote-control-firestick4kremote li#fwd a {
left: 105px;
top: 256px;
width: 32px;
height: 32px;
left: 200px;
top: 367px;
width: 49px;
height: 49px;
background: url(${base_url}/fwd.png) no-repeat
}
Expand Down
Binary file modified dist/remotes/firestick4kremote/right.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified dist/remotes/firestick4kremote/right_over.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified dist/remotes/firestick4kremote/rwd.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified dist/remotes/firestick4kremote/rwd_over.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified dist/remotes/firestick4kremote/select.png
Binary file modified dist/remotes/firestick4kremote/select_over.png
Binary file modified dist/remotes/firestick4kremote/up.png
Binary file modified dist/remotes/firestick4kremote/up_over.png
Binary file modified dist/remotes/firestick4kremote/voldown.png
Binary file modified dist/remotes/firestick4kremote/voldown_over.png
Binary file modified dist/remotes/firestick4kremote/volup.png
Binary file modified dist/remotes/firestick4kremote/volup_over.png

0 comments on commit 4672b9c

Please sign in to comment.