Some potentially fun stuff TODO :)

This commit is contained in:
NiLuJe
2014-11-07 17:17:02 +01:00
parent ed6f027d68
commit d488ca43fa
2 changed files with 2 additions and 1 deletions

View File

@@ -192,6 +192,7 @@ function KindleVoyage:init()
Kindle.init(self)
self.input.open("/dev/input/event1")
-- TODO: Handle the page turn 'buttons'!
end
--[[

View File

@@ -26,7 +26,7 @@ local WAVEFORM_MODE_REAGL = 0x8 -- Ghost compensation waveform
local WAVEFORM_MODE_REAGLD = 0x9 -- Ghost compensation waveform with dithering
-- Kindle Basic/Kindle Voyage
local WAVEFORM_MODE_GL4 = 0xA -- 2-bit from white transition
-- TODO: Use me in night mode on those devices!
-- TODO: Use me in night mode on those devices?
local WAVEFORM_MODE_GL16_INV = 0xB -- High fidelity for black transition
local WAVEFORM_MODE_AUTO = 0x101