Skip to content

Commit

Permalink
Inkplate10 heiht/width swap
Browse files Browse the repository at this point in the history
  • Loading branch information
brodykenrick committed Mar 9, 2024
1 parent f79663a commit e20d155
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lovelace-dashboard-inkplate-screenshotter/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Lovelace dashboard screenshotter for Inkplate",
"version": "1.2.5",
"version": "1.2.6",
"slug": "lovelace-dashboard-inkplate-screenshotter",
"description": "Snapshots lovelace dashboards to an Inkplate compatible image and hosts it for an Inkplate to retrieve",
"url": "https://github.com/brodykenrick/hass-lovelace-dashboard-inkplate-screenshotter/tree/master/lovelace-dashboard-inkplate-screenshotter",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ function getPagesConfig() {
width = 600;
break;
case "inkplate10":
height = 1024
width = 758;
height = 758
width = 1024;
break;
case "inkplate2":
height = 104
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hass-lovelace-dashboard-inkplate-screenshotter",
"version": "1.2.5",
"version": "1.2.6",
"description": "Renders a lovelace dashboard to image for an inkplate and hosts it",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit e20d155

Please sign in to comment.