View Single Post
Old 11-24-2016, 12:35 PM   #21
rkomar
Wizard
rkomar ought to be getting tired of karma fortunes by now.rkomar ought to be getting tired of karma fortunes by now.rkomar ought to be getting tired of karma fortunes by now.rkomar ought to be getting tired of karma fortunes by now.rkomar ought to be getting tired of karma fortunes by now.rkomar ought to be getting tired of karma fortunes by now.rkomar ought to be getting tired of karma fortunes by now.rkomar ought to be getting tired of karma fortunes by now.rkomar ought to be getting tired of karma fortunes by now.rkomar ought to be getting tired of karma fortunes by now.rkomar ought to be getting tired of karma fortunes by now.
 
Posts: 2,986
Karma: 18343081
Join Date: Oct 2010
Location: Sudbury, ON, Canada
Device: PRS-505, PB 902, PRS-T1, PB 623, PB 840, PB 633
I think that vertical offset in the image has to do with how Pocketbook moved the taskbar to the top of the screen in firmware version 5. I noticed in pbimageviewer that if the taskbar was not being drawn, SetPanelType(0) had to be called to disable it entirely or the image would shift vertically by the taskbar height.

Edit: I tested it out and it fixes the problem. Just add "SetPanelType(0);" to the beginning of the initial_draw() function in epubinfo.c

Last edited by rkomar; 11-24-2016 at 01:56 PM.
rkomar is offline   Reply With Quote