From 3e7c0be447e8ae192a6b72d9ca49ef7874c8bd2f Mon Sep 17 00:00:00 2001 From: IgorTimofeev Date: Tue, 4 Oct 2022 12:49:14 +0300 Subject: [PATCH] wtf colordepth --- Applications/Multiscreen.app/Main.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Applications/Multiscreen.app/Main.lua b/Applications/Multiscreen.app/Main.lua index 4e4c527e..5aa682ee 100644 --- a/Applications/Multiscreen.app/Main.lua +++ b/Applications/Multiscreen.app/Main.lua @@ -293,7 +293,7 @@ local function mainMenu(force) if e1 == "touch" then if e2 ~= mainScreenAddress then GPUProxy.bind(e2, false) - GPUProxy.setColorDepth(8) + GPUProxy.setDepth(8) GPUProxy.setResolution(baseResolutionWidth, baseResolutionHeight) GPUProxy.setBackground(color.HSBToInteger(hue, 1, 1)) GPUProxy.setForeground(0x0)