build: initial 0.1.0 release

This commit is contained in:
Markus Zehnder
2025-08-02 21:48:49 +02:00
parent d03fc886a2
commit 3f174251d6
2 changed files with 21 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
# AOOSTAR WTR MAX Screen Control Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## Unreleased
_Changes in the next release_
---
## v0.1.0 - 2025-08-02
### Added
- Initial `asterctl` tool release for controlling the LCD: on, off, display an image
- systemd service file to switch off LCD on system start.
- Demo mode
+3
View File
@@ -22,6 +22,9 @@ With that out of the way, on to the fun stuff!
**See [Linux shell commands](doc/shell_commands.md) on how to switch off the display with standard Linux commands!**
See [releases](https://github.com/zehnm/aoostar-rs/releases) for binary Linux x64 releases and [Linux systemd Service](linux/)
on how to automatically switch off the LCD at boot up. A Debian package for easy installation is planned for the future!
## Reverse Engineering
Reverse engineered LCD commands: [doc/lcd_protocol.md](doc/lcd_protocol.md)