File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 66 Model = RemarkablePaperPro
77
88 // ScreenWidth of the remarkable paper pro
9- ScreenWidth = 1624
9+ ScreenWidth = 1620
1010 // ScreenHeight of the remarkable paper pro
11- ScreenHeight = 2154
11+ ScreenHeight = 2160
1212
1313 ScreenSizeBytes = ScreenWidth * ScreenHeight * 4
1414
Original file line number Diff line number Diff line change @@ -65,8 +65,8 @@ func saveImage(img *image.RGBA, output string) error {
6565func main () {
6666 ip := flag .String ("ip" , "127.0.0.1" , "Server IP address" )
6767 port := flag .String ("port" , "2001" , "Server port" )
68- width := flag .Int ("width" , 1624 , "Image width" )
69- height := flag .Int ("height" , 2154 , "Image height" )
68+ width := flag .Int ("width" , 1620 , "Image width" )
69+ height := flag .Int ("height" , 2160 , "Image height" )
7070 output := flag .String ("output" , "screenshot.png" , "Output image file" )
7171 username := flag .String ("username" , "admin" , "Basic auth username" )
7272 password := flag .String ("password" , "password" , "Basic auth password" )
You can’t perform that action at this time.
0 commit comments