Add a warning about the waveform mode constants...

Note that they're from the Kindle driver, the Kobo one might expect
slightly different values...
pull/708/head
NiLuJe 10 years ago
parent a2cf015545
commit 8435a79a3a

@ -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)

Loading…
Cancel
Save