From af66c7d8f1d55767614ef3efac640f5b59cfbf0c Mon Sep 17 00:00:00 2001 From: watsonove <73097376+watsonove@users.noreply.github.com> Date: Wed, 4 Feb 2026 19:29:46 +0100 Subject: [PATCH] Update README.md --- README.md | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index 059ad8d..670ec7a 100644 --- a/README.md +++ b/README.md @@ -104,23 +104,23 @@ Die Anwendung ist fΓΌr Tastatur- und Mausbedienung optimiert. ## πŸ“‚ Projektstruktur imx500_gui/ -β”œβ”€β”€ app.py # Hauptprogramm (Controller, Event-Loop) -β”œβ”€β”€ detector.py # Hardware-Interface (Kamera, IMX500 Post-Processing) -β”œβ”€β”€ steps.py # Texte und Bild-Transformationen (Logik) -β”œβ”€β”€ README.md # Dokumentation -β”œβ”€β”€ ui/ # UI-Modul (View) -β”‚ β”œβ”€β”€ __init__.py -β”‚ β”œβ”€β”€ renderer.py # Zeichenfunktionen (Balken, Overlay, Pixel-Grid) -β”‚ β”œβ”€β”€ textlayout.py # Textumbruch und -formatierung -β”‚ └── theme.py # Farben und Design-Konstanten -└── assets/ # Medien-Dateien - β”œβ”€β”€ Kanit-Bold.ttf # Schriftart - β”œβ”€β”€ landingpagebg.jpg # Hintergrundbild - β”œβ”€β”€ audio/ # MP3 Sprachdateien (DE & EN) - β”œβ”€β”€ schritt_1_experte/ # Bildsequenz Animation Schritt 1 - β”œβ”€β”€ schritt_2_experte/ # Bildsequenz Animation Schritt 2 - β”œβ”€β”€ ... # (weitere Ordner bis schritt_7) - └── schritt_7_experte/ +β”œβ”€β”€ app.py # Hauptprogramm (Controller, Event-Loop)\ +β”œβ”€β”€ detector.py # Hardware-Interface (Kamera, IMX500 Post-Processing)\ +β”œβ”€β”€ steps.py # Texte und Bild-Transformationen (Logik)\ +β”œβ”€β”€ README.md # Dokumentation\ +β”œβ”€β”€ ui/ # UI-Modul (View)\ +β”‚ β”œβ”€β”€ __init__.py\ +β”‚ β”œβ”€β”€ renderer.py # Zeichenfunktionen (Balken, Overlay, Pixel-Grid)\ +β”‚ β”œβ”€β”€ textlayout.py # Textumbruch und -formatierung\ +β”‚ └── theme.py # Farben und Design-Konstanten\ +└── assets/ # Medien-Dateien\ + β”œβ”€β”€ Kanit-Bold.ttf # Schriftart\ + β”œβ”€β”€ landingpagebg.jpg # Hintergrundbild\ + β”œβ”€β”€ audio/ # MP3 Sprachdateien (DE & EN)\ + β”œβ”€β”€ schritt_1_experte/ # Bildsequenz Animation Schritt 1\ + β”œβ”€β”€ schritt_2_experte/ # Bildsequenz Animation Schritt 2\ + β”œβ”€β”€ ... # (weitere Ordner bis schritt_7)\ + └── schritt_7_experte/\ ## 🌍 Sprache & Audio