Commit Graph

10 Commits

Author SHA1 Message Date
Markus Zehnder e85d616da7 feat: simple sensor panels with file-based data source (#7)
* add simulation mode for easier development

* improved sensor file watcher, poc cpu & mem usage

Trigger file read by rename event

* feat: system information sensor tool

Gather various sensor values with the sysinfo crate:
https://github.com/GuillaumeGomez/sysinfo
Values can be written to a sensor source file with the `--out` cmd line
option for the `asterctl` tool.

* ci: build sysinfo tool and include in build artifact

* feat: support integerDigits, decimalDigits sensor value format options

* docs: update documentation

Closes #6
2025-08-22 13:41:31 +02:00
Markus Zehnder 3f174251d6 build: initial 0.1.0 release 2025-08-02 21:48:49 +02:00
Markus Zehnder d03fc886a2 build: cargo update
Updating crates.io index
     Locking 6 packages to latest Rust 1.88 compatible versions
    Updating cc v1.2.30 -> v1.2.31
    Updating clap v4.5.41 -> v4.5.42
    Updating clap_builder v4.5.41 -> v4.5.42
    Updating owned_ttf_parser v0.25.0 -> v0.25.1
    Updating serde_json v1.0.141 -> v1.0.142
    Updating zune-jpeg v0.4.19 -> v0.4.20
2025-08-02 18:55:17 +02:00
Markus Zehnder 5f79d7a3b6 docs: add systemd unit service to switch off LCD on boot (#4) 2025-08-02 18:51:01 +02:00
Markus Zehnder 8275bcd79a docs: add LCD protocol documentation (#3) 2025-07-27 22:00:01 +02:00
Markus Zehnder fa134da7b2 fix: set clippy permissions in GH action 2025-07-26 00:15:14 +02:00
Markus Zehnder e40657ab58 fix: GitHub release permissions (#2) 2025-07-26 00:11:40 +02:00
Markus Zehnder b759b70acc ci: add GitHub lint & build actions (#1)
- Run cargo clippy and fmt to check source code
- Build release build and upload artifact
- Create a development build with `latest` tag for pushes on main
- Create a release build for version tags
2025-07-25 23:41:26 +02:00
Markus Zehnder fa8707ccb1 update README 2025-07-25 18:02:37 +02:00
Markus Zehnder 1756e1f919 initial commit 2025-07-25 17:31:37 +02:00