diff --git a/README.md b/README.md index 2fd045d..7e5b841 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,10 @@ This is a self-hosted FastAPI backend that emulates the TRMNL cloud so e-paper devices can fetch fresh images and metadata from your local network. -![Obligatory screenshot](docs/playlist.png) +![Main Screen](docs/main.png) +![Device Details](docs/devices.png) +![Server Logs](docs/logs.png) +![Playlist Management](docs/playlist.png) It is loosely based on [a Flask implementation by @ohAnd](https://github.com/ohAnd/trmnlServer), rewritten (nearly) from scratch to use FastAPI, async I/O, and a plugin-driven architecture for rendering various charts and images, prioritizing greyscale output suitable for later firmware versions but allowing you to force 1-bit BMP for legacy devices on a per-item basis diff --git a/docs/devices.png b/docs/devices.png new file mode 100644 index 0000000..2443e9b Binary files /dev/null and b/docs/devices.png differ diff --git a/docs/logs.png b/docs/logs.png new file mode 100644 index 0000000..97ea59e Binary files /dev/null and b/docs/logs.png differ diff --git a/docs/main.png b/docs/main.png new file mode 100644 index 0000000..1da6817 Binary files /dev/null and b/docs/main.png differ diff --git a/docs/playlist.png b/docs/playlist.png index 212ef9d..a954021 100644 Binary files a/docs/playlist.png and b/docs/playlist.png differ