From 2fe8dc40d7d0ec0371cadaf00b1f7f7016b9ea7c Mon Sep 17 00:00:00 2001 From: NiLuJe Date: Sun, 26 Apr 2015 19:14:14 +0200 Subject: [PATCH] Fix eips centering on the KV For some strange reason, eips relies on the virtual xres on FW 5.x --- platform/kindle/libkohelper.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/kindle/libkohelper.sh b/platform/kindle/libkohelper.sh index 29cd035fd..da051b28e 100644 --- a/platform/kindle/libkohelper.sh +++ b/platform/kindle/libkohelper.sh @@ -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.