diff --git a/README.md b/README.md index 1b6947d..733afba 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,10 @@ # showbits -Displaying pixel-perfect images on esoteric devices. +Displaying pixel-perfect images on a thermal printer. + +![The printer in question.](images/thermal-printer.jpg) + +![The web ui for controlling the printer in question.](images/thermal-printer-ui.png) ## Developing @@ -27,11 +31,9 @@ intermediate artifacts. - SSH login attempts (live) - Stats in the form of a receipt - Sudoku -- Sunrise, sunset - Text banner (text flows parallel to paper) - Weather report - Wiki To Go -- Xkcd (current, random) Implemented: @@ -40,6 +42,8 @@ Implemented: - Chat messages (euph, twitch) - Instant camera - Procedural easter egg generator +- Sunrise, sunset +- Xkcd (current, random) ## Todos diff --git a/images/thermal-printer-ui.png b/images/thermal-printer-ui.png new file mode 100644 index 0000000..3295c3b Binary files /dev/null and b/images/thermal-printer-ui.png differ diff --git a/images/thermal-printer.jpg b/images/thermal-printer.jpg new file mode 100644 index 0000000..45db052 Binary files /dev/null and b/images/thermal-printer.jpg differ