From 5eb6fa21f36fbd2c52182d1e8e07d82fb621cbc1 Mon Sep 17 00:00:00 2001 From: Igor Timofeev Date: Sat, 9 Apr 2016 04:46:04 +0300 Subject: [PATCH] =?UTF-8?q?=D1=84=D1=83=D0=B0=D1=84=D1=83=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Applications/MultiScreen/MultiScreen.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Applications/MultiScreen/MultiScreen.lua b/Applications/MultiScreen/MultiScreen.lua index 2283b31d..4859f28e 100644 --- a/Applications/MultiScreen/MultiScreen.lua +++ b/Applications/MultiScreen/MultiScreen.lua @@ -355,16 +355,16 @@ end -------------------------------------------------------------------------------------------------------------------------------------------- local args = {...} +loadConfig() if args[1] == "draw" and args[2] then multiScreen.clear(0x000000) drawBigImageFromOCIFRawFile(1, 1, args[2]) elseif args[1] == "calibrate" then fs.remove(pathToMultiScreenFolder) + loadConfig() end -loadConfig() - -------------------------------------------------------------------------------------------------------------------------------------------- return multiScreen