Skip to content

Commit

Permalink
3440x1440
Browse files Browse the repository at this point in the history
  • Loading branch information
Yonisen committed May 28, 2023
1 parent 10e3e2b commit aaa3a1f
Show file tree
Hide file tree
Showing 15 changed files with 12 additions and 8 deletions.
Binary file modified data/resolution_5/Map.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified data/resolution_5/aletter.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified data/resolution_5/eletter.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified data/resolution_5/gletter.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified data/resolution_6/Map.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified data/resolution_6/aletter.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified data/resolution_6/eletter.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified data/resolution_6/gletter.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/resolution_7/Map.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/resolution_7/aletter.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/resolution_7/eletter.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/resolution_7/gletter.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 4 additions & 3 deletions distance/code/distanceFinder.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,10 @@ def read_config(name):
'2': [1234,604,444,444,444,444], #1680x1050
'3': [1462,622,456,456,456,456], #1920x1080
#'3': [1034,436,329,329,329,329], #2560x1080
'4': [1952,832,605,605,465,605], #2560x1440
'5': [2940,1260,900,900,480,900], #3840x2160
'6': [3924,1684,1196,1196,460,1196], #5120x2280
'4': [1955,835,605,605,465,605], #2560x1440
'5': [2835,835,605,605,465,605], #3440x1440
'6': [2940,1260,900,900,480,900], #3840x2160
'7': [3924,1684,1196,1196,460,1196], #5120x2280
}

def checkDistance(model, queue1):
Expand Down
7 changes: 4 additions & 3 deletions distance/code/scale.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,10 @@ def read_config(name):
'2': [1234,604,444,444,444,444], #1680x1050
'3': [1462,622,456,456,456,456], #1920x1080
#'3': [1034,436,329,329,329,329], #2560x1080
'4': [1952,832,605,605,465,605], #2560x1440
'5': [2940,1260,900,900,480,900], #3840x2160
'6': [3924,1684,1196,1196,460,1196], #5120x2280
'4': [1955,835,605,605,465,605], #2560x1440
'5': [2835,835,605,605,465,605], #3440x1440
'6': [2940,1260,900,900,480,900], #3840x2160
'7': [3924,1684,1196,1196,460,1196], #5120x2280
}

resolutionX = resolutionObject[resolution][0]
Expand Down
6 changes: 4 additions & 2 deletions distance/settings.pyw
Original file line number Diff line number Diff line change
Expand Up @@ -230,10 +230,12 @@ try:
#a3_btn.pack(anchor=W)
a4_btn = tk.Radiobutton(master=resolution_form, text='2560x1440', value='4', variable=lang, font=('Roboto','14'))
a4_btn.pack(anchor=W)
a5_btn = tk.Radiobutton(master=resolution_form, text='3840x2160', value='5', variable=lang, font=('Roboto','14'))
a5_btn = tk.Radiobutton(master=resolution_form, text='3440x1440', value='5', variable=lang, font=('Roboto','14'))
a5_btn.pack(anchor=W)
a6_btn = tk.Radiobutton(master=resolution_form, text='5120x2280', value='6', variable=lang, font=('Roboto','14'))
a6_btn = tk.Radiobutton(master=resolution_form, text='3840x2160', value='6', variable=lang, font=('Roboto','14'))
a6_btn.pack(anchor=W)
a7_btn = tk.Radiobutton(master=resolution_form, text='5120x2280', value='7', variable=lang, font=('Roboto','14'))
a7_btn.pack(anchor=W)

distance_form_1 = tk.Frame(master=distance_form)
distance_form_1.pack(anchor=W)
Expand Down

0 comments on commit aaa3a1f

Please sign in to comment.