Go to file
2020-12-27 15:46:19 +01:00
.vscode remove cloud stuff for standalone mode #16 2020-02-29 19:46:05 +01:00
app #56 basic pwa works 2020-12-27 15:46:19 +01: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 refactore to separate modules 2020-09-30 20:08:11 +02:00
lib create api endpoint for playlist 2020-12-27 10:16:13 +01:00
src #54 code clean up for release 2020-12-24 12:22:54 +01:00
test Initial commit 2020-02-10 12:24:04 +01:00
.editorconfig editorconfig - use spaces for vue files 2020-11-17 22:46:07 +01:00
.gitignore update git ignore 2020-10-01 21:29:14 +02:00
.travis.yml Initial commit 2020-02-10 12:24:04 +01:00
git_rev_macro.py #40 make firmware data accessible - missing file 2020-11-01 16:20:51 +01:00
partitions_pd.csv code clean up and small improvements 2020-05-20 12:52:07 +02:00
platformio.ini #54 code clean up for release 2020-12-24 12:21:50 +01:00
README.md docs updated to reflect latest changes 2020-12-06 09:57:36 +01:00

paperdash-display

build for deployment

pio run --environment lolin32
platformio run --target buildfs

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://paperdash-epd/api/device/screen

# get current picture as bmp
curl http://paperdash-epd/api/device/screen --output current.bmp

# erase flash memory
pio run --target erase

access fs over http

get photos from calendar face http://paperdash-epd/fs/calendarPhoto.png