change 'square' res to be fastest option
This commit is contained in:
parent
60d9ba2fa9
commit
0f4220ed80
@ -84,8 +84,8 @@ def btn_click(btn_val):
|
||||
pin.pin.width = 1024
|
||||
pin.pin.height = 512
|
||||
elif btn_val == 'Square':
|
||||
pin.pin.width = 768
|
||||
pin.pin.height = 768
|
||||
pin.pin.width = 512
|
||||
pin.pin.height = 512
|
||||
else:
|
||||
put_error("Failed to generate. Check directory location.", closable=True)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user