-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.py
55 lines (40 loc) · 1.29 KB
/
config.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
# import pyautogui
# width, height = pyautogui.size()
# import os
# cwd = os.getcwd()
width = 1920
height = 1080
button1_width,button1_height = 120, 120
button1_x,button1_y = width//2 - button1_width//2 +10, height//2 - button1_height//2
button2_x,button2_y = width//1.98, (height//2)*1.68
button2_width = 50
button2_height = 50
button3_width = 45
button3_height = 45
button3_x,button3_y = width//2.15 , (height//2)*1.68
button4_x,button4_y = width//1.98, (height//2)*1.68
button4_width, button4_height =50, 50
button5_width, button5_height = 60, 60
button6_width, button6_height = 90, 90
button8_width, button8_height = 58, 58
indicator_x, indicator_y = 60,60
indicator_width = 100
indicator_height = 100
logo_width = 300
logo_height = 80
background = "Grapics/bg2.png"
settings_bg = "Grapics/bg1.png"
red_indicator = "Grapics/red-led-on-hi.png"
green_indicator = "Grapics/green-led-on-hi.png"
push_button = "Grapics/push_button.png"
logo = "Grapics/pollination.png"
refresh = "Grapics/refresh.png"
settings = "Grapics/settings.png"
green_ring = "Grapics/green_ring.png"
goBack = "Grapics/goBack.png"
credits = "Grapics/credits.png"
commPort = "Grapics/commPort.png"
display = "Grapics/display.png"
newUsb = "Grapics/newUsb.png"
noUsb = "Grapics/no_usb.png"
connectedUSB = "Grapics/connectedUSB.png"