ht32-panel-daemon 0.9.0

Daemon with web UI for HT32 panel control
ht32-panel-daemon-0.9.0 is not a library.

ht32-panel-daemon

Daemon for controlling HT32-based LCD displays and RGB LED strips. Provides a D-Bus interface and optional web UI.

Installation

cargo install ht32-panel-daemon

Usage

ht32paneld config.toml

Configuration

[lcd]
orientation = "landscape"
face = "ascii"
theme = "nord"

[led]
device = "/dev/ttyUSB0"
effect = "rainbow"
intensity = 3
speed = 3

[dbus]
bus = "session"  # or "system"

[web]
enable = true
address = "127.0.0.1:8080"

Features

  • Multiple display faces: ASCII, Arcs, Clocks, Digits, Professional
  • Color themes: Ember, Hacker, Nord, Solarized Dark/Light, Tokyo Night
  • System metrics: CPU, memory, disk, network, temperature
  • D-Bus API for integration
  • Web UI for browser-based control

License

AGPL-3.0-or-later