From 8435a79a3af025fd76e8eff38cbe18e6f840e7a5 Mon Sep 17 00:00:00 2001 From: NiLuJe Date: Tue, 8 Jul 2014 01:04:41 +0200 Subject: [PATCH] Add a warning about the waveform mode constants... Note that they're from the Kindle driver, the Kobo one might expect slightly different values... --- frontend/ui/uimanager.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/ui/uimanager.lua b/frontend/ui/uimanager.lua index f9ec13a0d..b01b4d523 100644 --- a/frontend/ui/uimanager.lua +++ b/frontend/ui/uimanager.lua @@ -11,6 +11,7 @@ Screen:init() -- initialize the input handling Input:init() +-- NOTE: Those have been confirmed on Kindle devices. Might be completely different on Kobo (except for AUTO)! local WAVEFORM_MODE_INIT = 0x0 -- Screen goes to white (clears) local WAVEFORM_MODE_DU = 0x1 -- Grey->white/grey->black local WAVEFORM_MODE_GC16 = 0x2 -- High fidelity (flashing)