mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
chore: add test for screen color toggle
This commit is contained in:
committed by
Frans de Jonge
parent
11a38b33f1
commit
080c079d01
@@ -18,13 +18,13 @@ einkfb.dummy = true --luacheck: ignore
|
||||
|
||||
local Device = require("device")
|
||||
|
||||
local CanvasContext = require("document/canvascontext")
|
||||
CanvasContext:init(Device)
|
||||
|
||||
-- init output device
|
||||
local Screen = Device.screen
|
||||
Screen:init()
|
||||
|
||||
local CanvasContext = require("document/canvascontext")
|
||||
CanvasContext:init(Device)
|
||||
|
||||
-- init input device (do not show SDL window)
|
||||
local Input = Device.input
|
||||
Input.dummy = true
|
||||
|
||||
Reference in New Issue
Block a user