| 
			
			KOReader is working.
 add to device.lua the following:
 
 -- Kobo Clara HD:
 local KoboNova = Kobo:new{
 model = "Kobo_nova",
 hasFrontlight = yes,
 touch_snow_protocol = true,
 touch_mirrored_x = false,
 touch_probe_ev_epoch_time = true,
 display_dpi = 300,
 hasNaturalLight = yes,
 }
 
 and
 
 
 elseif codename == "nova" then
 return KoboNova
 
				 Last edited by CH23; 06-07-2018 at 05:53 AM.
 |