You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Thomas Ballmann e1c9b235be #40 make firmware data accessible - missing file 4 years ago
.vscode remove cloud stuff for standalone mode #16 4 years ago
app eslint re-formatting 4 years ago
assets weekday bugfix #20 4 years ago
data calendar face - initial picture replaced 4 years ago
include refactore to separate modules 4 years ago
lib #40 make firmware data accessible 4 years ago
src refactore to separate modules 4 years ago
test Initial commit 4 years ago
.editorconfig eslint re-formatting 4 years ago
.gitignore update git ignore 4 years ago
.travis.yml Initial commit 4 years ago
README.md code clean up and small improvements 4 years ago
git_rev_macro.py #40 make firmware data accessible - missing file 4 years ago
partitions_pd.csv code clean up and small improvements 4 years ago
platformio.ini #40 make firmware data accessible 4 years ago

README.md

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