Skip to content

Commit

Permalink
Fix the screen constants
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-akhmetov committed Dec 21, 2024
1 parent 69c9947 commit f7afec6
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 = 1620
ScreenWidth = 1624
// ScreenHeight of the remarkable paper pro
ScreenHeight = 2160
ScreenHeight = 2154

ScreenSizeBytes = ScreenWidth * ScreenHeight * 4

Expand Down

0 comments on commit f7afec6

Please sign in to comment.