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)