mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2026-01-06 11:12:40 +01:00
wtf colordepth
This commit is contained in:
parent
5f8d497ba0
commit
3e7c0be447
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user