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:
NiLuJe
2015-04-26 19:14:14 +02:00
parent c6a3f9002c
commit 2fe8dc40d7

View File

@@ -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.