Skip to content

Commit

Permalink
Change the screen sizes to the spec
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-akhmetov committed Dec 20, 2024
1 parent 1dce2cc commit 69c9947
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/remarkable/const_arm64.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ const (
Model = RemarkablePaperPro

// ScreenWidth of the remarkable paper pro
ScreenWidth = 1624
ScreenWidth = 1620
// ScreenHeight of the remarkable paper pro
ScreenHeight = 2154
ScreenHeight = 2160

ScreenSizeBytes = ScreenWidth * ScreenHeight * 4

Expand Down

0 comments on commit 69c9947

Please sign in to comment.