From 3f174251d6acc86092d669dc0718ace87c97c70e Mon Sep 17 00:00:00 2001 From: Markus Zehnder Date: Sat, 2 Aug 2025 21:48:49 +0200 Subject: [PATCH] build: initial 0.1.0 release --- CHANGELOG.md | 18 ++++++++++++++++++ README.md | 3 +++ 2 files changed, 21 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..67a5824 --- /dev/null +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index 92938cb..7936c3b 100644 --- a/README.md +++ b/README.md @@ -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)