Better KOA2 support (#4037)

* Better KOA2 support
    * Fix FL
    * Add physical pageturn keys
    * Add accelerometer support
* Possibly better NaturalLight handling on the Clara
* Fix WiFi module name used in some(?) Mk7 Kobos
* A bunch of kodev fixes
This commit is contained in:
NiLuJe
2018-07-01 17:35:12 +02:00
committed by GitHub
parent f372dd752b
commit e2a0929c51
8 changed files with 112 additions and 66 deletions

View File

@@ -81,7 +81,7 @@ function CreDocument:engineInit()
if not _v:find("/urw/") then
local ok, err = pcall(cre.registerFont, _v)
if not ok then
logger.err("failed to register crengine font", err)
logger.err("failed to register crengine font:", err)
end
end
end