Expand description
Main UI layout and rendering for the TUI dashboard.
This module provides the primary layout structure and draw functions for the Aranet TUI dashboard. The layout consists of:
- Header: Title and current time display
- Main content: Device list (left) and readings panel (right)
- Status bar: Help text and status messages
Modules§
- colors
- Color helper functions for the TUI.
- theme
- Centralized theme system for the TUI.
- widgets
- Reusable widget components for the TUI.
Functions§
- draw
- Draw the complete TUI interface.