Skip to content

Commit

Permalink
final submission
Browse files Browse the repository at this point in the history
  • Loading branch information
bitflung committed May 31, 2022
1 parent 1cbc9c9 commit 6449e35
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 1 deletion.
Binary file added Python/PC_GUI/Ideal_image.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 Python/PC_GUI/default.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion Python/PC_GUI/lib_gui/max78000_gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -784,7 +784,7 @@ def thrd_btnUploadPatched(self):
self.disableAll()
self.lock()
self.createConsole(30, "Uploading image...")
img_path = "patched.png"
img_path = "tmp_patched.png"
img = load_image(img_path)
imgbytes = img.tobytes()

Expand Down
Binary file added Python/PC_GUI/robot-default.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 Python/PC_GUI/tmp_native.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 Python/PC_GUI/tmp_patched.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 Python/PC_GUI/tmp_scaled.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6449e35

Please sign in to comment.