View Single Post
Old 01-15-2014, 10:44 AM   #970
chrox
Zealot
chrox ought to be getting tired of karma fortunes by now.chrox ought to be getting tired of karma fortunes by now.chrox ought to be getting tired of karma fortunes by now.chrox ought to be getting tired of karma fortunes by now.chrox ought to be getting tired of karma fortunes by now.chrox ought to be getting tired of karma fortunes by now.chrox ought to be getting tired of karma fortunes by now.chrox ought to be getting tired of karma fortunes by now.chrox ought to be getting tired of karma fortunes by now.chrox ought to be getting tired of karma fortunes by now.chrox ought to be getting tired of karma fortunes by now.
 
Posts: 144
Karma: 405567
Join Date: Nov 2012
Device: K3 KPW PB840
Quote:
Originally Posted by gong View Post
Oh well, I suppose I am mistaken on the meaning of the overlap option. Sorry for mixing things up.

I thought its purpose was to draw the next screen including a part of the previous screen. However, when I try turning it on and off koreader seem to always draw a small part of the previous screen either dimmed (overlap on) or not (overlap off). Am I wrong so far?

Let's suppose I got it right, so now what I want to achieve is changing the size of the previous screen area that koreader would include in the next screen.

The attached pics shows what I mean: let's say koreader shows screen 1 (first pic) and then screen 2 (second pic). One can see on upper screen 2 a small part of bottom screen 1, but I would like screen 2 showing something more what the third pic shows... Ahh... Hope I'm clear enough
Try changing this line:
https://github.com/koreader/koreader...paging.lua#L20

into
Code:
overlap = Screen:scaleByDPI(50)
or more.
chrox is offline   Reply With Quote