add note to README about move
Some checks failed
Rust / build (pull_request) Failing after 1m43s

This commit is contained in:
Vinzenz Schroeter 2025-03-08 16:16:46 +01:00
parent b307ee689b
commit e667c519cd

View file

@ -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.