add screenshot to README.md

This commit is contained in:
Vinzenz Schroeter 2024-05-11 23:44:18 +02:00
parent 0da5ca5446
commit e2fbfdfacc
2 changed files with 5 additions and 0 deletions

View file

@ -2,6 +2,8 @@
An emulator for the CCCB airport display. An emulator for the CCCB airport display.
![example render](example_render.png)
In CCCB, there is a big LED matrix screen you can send images to via UDP. This project aims to build a working an application that can receive packages in the same binary format and display the contents to the user. In CCCB, there is a big LED matrix screen you can send images to via UDP. This project aims to build a working an application that can receive packages in the same binary format and display the contents to the user.
Use cases: Use cases:
@ -9,6 +11,9 @@ Use cases:
- test your project when outside of CCCB - test your project when outside of CCCB
- test your project while other people are using the display - test your project while other people are using the display
Uses the [servicepoint](https://github.com/cccb/servicepoint) library for reading the packets. Currently only works with my [fork](https://github.com/kaesaecracker/servicepoint).
The screenshot above shows the output of two example projects running in parallel (game_of_life and random_brightness).
## Legal stuff ## 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.

BIN
example_render.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB