diff options
| author | nasrlol <nsrddyn@gmail.com> | 2024-11-12 23:38:26 +0100 |
|---|---|---|
| committer | nasrlol <nsrddyn@gmail.com> | 2024-11-12 23:38:26 +0100 |
| commit | 749e88a3f57320dcbded824dd55c925c520d0158 (patch) | |
| tree | c91531d62f7603625016e14b742a3e98ad906210 /bin/kasper_gui.py | |
| parent | dc9dd804a014c3512da49009eb20298bd377b1ec (diff) | |
switching to gpiozero
Diffstat (limited to 'bin/kasper_gui.py')
| -rw-r--r-- | bin/kasper_gui.py | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/bin/kasper_gui.py b/bin/kasper_gui.py index d94784d..e5edc6a 100644 --- a/bin/kasper_gui.py +++ b/bin/kasper_gui.py @@ -1,11 +1,6 @@ import tkinter -from tkinter import PhotoImage display = tkinter.Tk() display.title("Kasper") -photo = PhotoImage(file="icon.png") -display.iconphoto(False, photo) -# making 2 versions IOS AND DESKTOP -# with swiftUI -display.mainloop() +display.mainloop()
\ No newline at end of file |
