Fullscreen eingestellt.

This commit is contained in:
2024-07-15 11:01:34 +02:00
parent 0c4926f0d5
commit a7955bc775
811 changed files with 9453 additions and 60540 deletions

2
tmp.py
View File

@@ -16,6 +16,8 @@ class ArduinoGUI:
self.my_font = customtkinter.CTkFont(family="Calibri", size=15)
self.root = root
self.root.title("PRG 342 GUI")
self.root.geometry("{0}x{1}+0+0".format(root.winfo_screenwidth(), root.winfo_screenheight()))
self.root.attributes('-fullscreen', True) # Setzt das Fenster in den Vollbildmodus
self.arduino = None
self.ports = list(serial.tools.list_ports.comports())