mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
Fix eips centering on the KV
For some strange reason, eips relies on the virtual xres on FW 5.x
This commit is contained in:
@@ -24,7 +24,7 @@ case "${kmodel}" in
|
||||
;;
|
||||
"13" | "54" | "2A" | "4F" | "52" | "53" )
|
||||
# Kindle Voyage
|
||||
SCREEN_X_RES=1072
|
||||
SCREEN_X_RES=1088 # NOTE: Yes, 1088, not 1072 or 1080...
|
||||
SCREEN_Y_RES=1448
|
||||
EIPS_X_RES=16
|
||||
EIPS_Y_RES=24 # Manually mesured, should be accurate.
|
||||
|
||||
Reference in New Issue
Block a user