Go to file
2020-07-31 09:33:45 +02:00
.vscode remove cloud stuff for standalone mode #16 2020-02-29 19:46:05 +01:00
app handle different screen sizes 2020-05-20 21:28:19 +02:00
assets weekday bugfix #20 2020-03-11 21:19:08 +01:00
data calendar face - initial picture replaced 2020-05-02 22:30:57 +02:00
include code clean up and small improvements 2020-05-20 12:52:07 +02:00
lib Initial commit 2020-02-10 12:24:04 +01:00
src #35 enable PSRAM 2020-07-31 09:33:45 +02:00
test Initial commit 2020-02-10 12:24:04 +01:00
.editorconfig Initial commit 2020-02-10 12:24:04 +01:00
.gitignore remove cloud stuff for standalone mode #16 2020-02-29 19:46:05 +01:00
.travis.yml Initial commit 2020-02-10 12:24:04 +01:00
partitions_pd.csv code clean up and small improvements 2020-05-20 12:52:07 +02:00
platformio.ini #35 enable PSRAM 2020-07-31 09:33:45 +02:00
README.md code clean up and small improvements 2020-05-20 12:52:07 +02:00

paperdash-display

compile and upload new firmware

platformio run --target upload

app development

# build new dist files
yarn --cwd app build

# upload to device filesystem
platformio run --target uploadfs

# send a picture to display over json
curl -F '=@test3.png;filename=dithering' http://192.168.178.62/api/face

# get current picture as bmp
curl http://192.168.178.62/current-image --output current.bmp

# erase flash memory
pio run --target erase

access fs over http

get photos from calendar face http://192.168.178.65/fs/calendarPhoto.png