From 48bfa2cb2d4bc77fa05e77b70eef3bfa3b61936c Mon Sep 17 00:00:00 2001 From: Vinzenz Schroeter Date: Sat, 8 Mar 2025 16:16:46 +0100 Subject: [PATCH] add note to README about move --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a4bc2af..a4886fa 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,10 @@ Use cases: Uses the [servicepoint](https://github.com/cccb/servicepoint) library for reading the packets. The screenshot above shows the output of two example projects running in parallel (game_of_life and random_brightness). +This repository moved +to [git.berlin.ccc.de/servicepoint/servicepoint-simulator](https://git.berlin.ccc.de/servicepoint/servicepoint-simulator/). +The [GitHub repository](https://github.com/kaesaecracker/servicepoint-simulator) will remain as a mirror. + ## Running With cargo installed: `cargo install servicepoint-simulator` @@ -44,7 +48,8 @@ Options: See [env_logger](https://docs.rs/env_logger/latest/env_logger/) to configure logging. -Because this program renders to an RGB pixel buffer, you can enjoy the following additional features not available on the real display: +Because this program renders to an RGB pixel buffer, you can enjoy the following additional features not available on +the real display: - enable or disable the empty space between tile rows (`./servicepoint-simulator --spacers` to enable) - render pixels in red, green, blue or a combination of the three (`./servicepoint-simulator -rgb` for white pixels) @@ -64,6 +69,7 @@ All creatures welcome. ## Legal stuff -The included font is https://int10h.org/oldschool-pc-fonts/fontlist/font?ibm_bios (included in the download from https://int10h.org/oldschool-pc-fonts/download/). The font is CC BY-SA 4.0. +The included font is https://int10h.org/oldschool-pc-fonts/fontlist/font?ibm_bios (included in the download +from https://int10h.org/oldschool-pc-fonts/download/). The font is CC BY-SA 4.0. For everything else see the LICENSE file.