From 3fffb15d4ab9cdb624b635c8d2b2fdb8cec54454 Mon Sep 17 00:00:00 2001 From: fruchti Date: Thu, 23 Jul 2020 11:05:57 +0200 Subject: [PATCH] Mention SD card storage in README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4e96797..0351fe1 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,8 @@ This is the firmware for a simple thermocromic selfie camera based on Apart from that, only a level shifter for the thermal printer (which needs 5 V signals), a motor driver for its stepper, a pullup for its thermistor, and a MOSFET for turning all power off are needed. +If an SD-card is connected, all photos are also stored there as 2-colour (dithered) BMP files. + More details can be found [here](https://25120.org/post/inverse_thermal_camera/). ## Licence