No description
Find a file
2023-05-26 14:04:46 +02:00
orig init 2023-05-25 22:59:22 +02:00
.gitmodules first steps towards image generation 2023-05-26 14:04:46 +02:00
deno.jsonc first steps towards image generation 2023-05-26 14:04:46 +02:00
deno.lock first steps towards image generation 2023-05-26 14:04:46 +02:00
dither.ts init 2023-05-25 22:59:22 +02:00
generate-image.ts first steps towards image generation 2023-05-26 14:04:46 +02:00
generated-image.png first steps towards image generation 2023-05-26 14:04:46 +02:00
main.ts init 2023-05-25 22:59:22 +02:00
main_test.ts init 2023-05-25 22:59:22 +02:00
monofur.ttf first steps towards image generation 2023-05-26 14:04:46 +02:00
README.md init 2023-05-25 22:59:22 +02:00
test.png init 2023-05-25 22:59:22 +02:00
transmit.ts init 2023-05-25 22:59:22 +02:00

Info Display

This Deno application transforms (resizes and dithers) and image and sends the image to Waveshare's E-Paper ESP32 driver board. For it to work, you need the original wifi example code to be loaded on the board. The code is derived from the wifi example web app, but specialized for the Waveshare 7.5 V2 monochrome display.

Usage

# just send the image to the display
deno --allow-read --allow-net main.ts /path/to/original/image

# store dithered image on disk, before sending
deno --allow-read --allow-write --allow-net main.ts /path/to/original/image /path/to/output.image