diff --git a/pico-dashboard/alarms/__init__.py b/pico-dashboard/alarms/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/pico-dashboard/alarms/alarm_definitions.py b/pico-dashboard/alarms/alarm_definitions.py new file mode 100644 index 0000000..e69de29 diff --git a/pico-dashboard/alarms/alarm_manager.py b/pico-dashboard/alarms/alarm_manager.py new file mode 100644 index 0000000..e69de29 diff --git a/pico-dashboard/comms/__init__.py b/pico-dashboard/comms/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/pico-dashboard/comms/http_client.py b/pico-dashboard/comms/http_client.py new file mode 100644 index 0000000..e69de29 diff --git a/pico-dashboard/comms/protocol.py b/pico-dashboard/comms/protocol.py new file mode 100644 index 0000000..e69de29 diff --git a/pico-dashboard/comms/uart_client.py b/pico-dashboard/comms/uart_client.py new file mode 100644 index 0000000..e69de29 diff --git a/pico-dashboard/config.py b/pico-dashboard/config.py new file mode 100644 index 0000000..e69de29 diff --git a/pico-dashboard/hardware/__init__.py b/pico-dashboard/hardware/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/pico-dashboard/hardware/buzzer.py b/pico-dashboard/hardware/buzzer.py new file mode 100644 index 0000000..e69de29 diff --git a/pico-dashboard/hardware/display.py b/pico-dashboard/hardware/display.py new file mode 100644 index 0000000..e69de29 diff --git a/pico-dashboard/hardware/touch.py b/pico-dashboard/hardware/touch.py new file mode 100644 index 0000000..e69de29 diff --git a/pico-dashboard/main.py b/pico-dashboard/main.py new file mode 100644 index 0000000..e69de29 diff --git a/pico-dashboard/state/__init__.py b/pico-dashboard/state/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/pico-dashboard/state/app_state.py b/pico-dashboard/state/app_state.py new file mode 100644 index 0000000..e69de29 diff --git a/pico-dashboard/ui/__init__.py b/pico-dashboard/ui/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/pico-dashboard/ui/alarm_overlay.py b/pico-dashboard/ui/alarm_overlay.py new file mode 100644 index 0000000..e69de29 diff --git a/pico-dashboard/ui/battery_screen.py b/pico-dashboard/ui/battery_screen.py new file mode 100644 index 0000000..e69de29 diff --git a/pico-dashboard/ui/dashboard_screen.py b/pico-dashboard/ui/dashboard_screen.py new file mode 100644 index 0000000..e69de29 diff --git a/pico-dashboard/ui/power_screen.py b/pico-dashboard/ui/power_screen.py new file mode 100644 index 0000000..e69de29 diff --git a/pico-dashboard/ui/screen_manager.py b/pico-dashboard/ui/screen_manager.py new file mode 100644 index 0000000..e69de29 diff --git a/pico-dashboard/ui/system_screen.py b/pico-dashboard/ui/system_screen.py new file mode 100644 index 0000000..e69de29 diff --git a/pico-dashboard/ui/temps_screen.py b/pico-dashboard/ui/temps_screen.py new file mode 100644 index 0000000..e69de29