View Single Post
Old 09-07-2016, 09:08 AM   #31
GeoffR
Wizard
GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.
 
GeoffR's Avatar
 
Posts: 3,821
Karma: 19162882
Join Date: Nov 2012
Location: Te Riu-a-Māui
Device: Kobo Glo
Quote:
Originally Posted by erikssenmar867 View Post
GeoffR, first of all the "Refresh pages every" menu in the Reading settings looks like the photo you have posted (in the Kobo Aura One).
Talking about the line spacing patch, i'll try to explain but i am afraid that my English is poor. However, the Kobo Aura One has 15 line spacing values by default; I activated the 10 line spacing values patch, and only a few values worked, while other values were the same before the patch.
I hope i was clear; however i think that the only way to have this patch is to create it for 15 line spacing values
Thanks, I think I've found the problem and have updated the `My 10 line spacing values` patch in the attachment in post #7`.

This is the fixed patch:
Spoiler:
Code:
<Patch>
patch_name = `My 10 line spacing values` 
patch_enable = `yes`
#
## This patch changes the line spacing set by the line spacing adjustment
## slider, allowing much narrower line spacing to be set. It is recommended to
## select your own custom spacings by editing the replace_float lines at the
## bottom of this patch, as the defaults will not suit everyone.
#
# Bypass code-constructed values 1.0, 1.2, 1.5, 2.0, 3.0
replace_bytes = 5DD24E, D2 F6 B8 EE, 00 46 00 46
replace_bytes = 5DD29E, D2 F6 90 EE, 00 46 00 46
replace_bytes = 5DD2C4, D2 F6 7C EE, 00 46 00 46
replace_bytes = 5DD300, D2 F6 5E EE, 00 46 00 46
replace_bytes = 5DD362, D2 F6 2E EE, 00 46 00 46
#
# 10 values for replacement, change these to suit.
replace_float = 5DD3C0, 1.05, 0.8
replace_float = 5DD3C8, 1.07, 0.85
replace_float = 5DD3D0, 1.1, 0.875
replace_float = 5DD3D8, 1.35, 0.9
replace_float = 5DD3E0, 1.7, 0.925
replace_float = 5DD3E8, 1.8, 0.95
replace_float = 5DD3F0, 2.2, 0.975
replace_float = 5DD3F8, 2.4, 1.0
replace_float = 5DD400, 2.6, 1.05
replace_float = 5DD408, 2.8, 1.1
</Patch>
GeoffR is offline   Reply With Quote