From d488ca43fa1544fd03f082ec14ce06afd6b4db96 Mon Sep 17 00:00:00 2001 From: NiLuJe Date: Fri, 7 Nov 2014 17:17:02 +0100 Subject: [PATCH] Some potentially fun stuff TODO :) --- frontend/device/kindle/device.lua | 1 + frontend/ui/uimanager.lua | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/device/kindle/device.lua b/frontend/device/kindle/device.lua index 73fb34de2..ed1234f13 100644 --- a/frontend/device/kindle/device.lua +++ b/frontend/device/kindle/device.lua @@ -192,6 +192,7 @@ function KindleVoyage:init() Kindle.init(self) self.input.open("/dev/input/event1") + -- TODO: Handle the page turn 'buttons'! end --[[ diff --git a/frontend/ui/uimanager.lua b/frontend/ui/uimanager.lua index 6ef99e215..73823d1ab 100644 --- a/frontend/ui/uimanager.lua +++ b/frontend/ui/uimanager.lua @@ -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