-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add resize options for render Update rpi installation guide and code Support flip, flop, rotate, paddings, and resize Update readme Fix resize issue Update readme Fix segfault in 64bit raspberry pi waveshareteam/IT8951-ePaper#6 Add python IT8591 module Add example.py Update Update Update Add pipfiles Change ~tens of iterations squashed to one commit
- Loading branch information
1 parent
91e538b
commit cb53d3e
Showing
46 changed files
with
52,420 additions
and
301 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,8 @@ | ||
# Dimensions should be 1872x1404 | ||
RENDER_URL='https://via.placeholder.com/1872x1404.png' | ||
# Dimensions for 10.3" e-Ink display | ||
RENDER_URL='https://via.placeholder.com/1872x1404.png' | ||
RENDER_API_KEY='<key>' | ||
RENDER_LATITUDE=60.41 | ||
RENDER_LONGITUDE=24.12 | ||
RENDER_LOCATION_NAME=Helsinki | ||
RENDER_TIMEZONE='Europe/Helsinki' | ||
GOOGLE_APPLICATION_CREDENTIALS=/home/pi/eink-weather-display/rasp/gcloud-key.json |
Oops, something went wrong.