change 'square' res to be fastest option

This commit is contained in:
Tony 2024-08-12 13:51:33 -06:00
parent 60d9ba2fa9
commit 0f4220ed80

View File

@ -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)