Capture screen image, save to PNG file on SD card.

This commit is contained in:
Jared Boone
2016-02-19 15:34:02 -08:00
parent 925394c54b
commit 52016defd5
2 changed files with 10 additions and 0 deletions

View File

@@ -180,6 +180,7 @@ CPPSRC = main.cpp \
sd_card.cpp \
file.cpp \
log_file.cpp \
png_writer.cpp \
manchester.cpp \
string_format.cpp \
temperature_logger.cpp \