Skip to content

Commit

Permalink
All: Add 480x480 for Presto.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gadgetoid committed Nov 27, 2024
1 parent a631163 commit 4a561a6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/build.sh
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
# Invoke plugins here to populate the cache
python3 -m plugins.xkcd 480x480 # Presto (Full Res)
python3 -m plugins.xkcd 800x480 # Inky 7.3"
python3 -m plugins.xkcd 600x448 # Inky 5.7"
python3 -m plugins.xkcd 640x400 # Inky 4.0"
python3 -m plugins.jokeapi 480x480 $1 # Presto (Full Res)
python3 -m plugins.jokeapi 800x480 $1 # Inky 7.3"
python3 -m plugins.jokeapi 600x448 $1 # Inky 5.7"
python3 -m plugins.jokeapi 640x400 $1 # Inky 4.0"
python3 -m plugins.nasa_apod 480x480 # Presto (Full Res)
python3 -m plugins.nasa_apod 800x480 # Inky 7.3"
python3 -m plugins.nasa_apod 600x448 # Inky 5.7"
python3 -m plugins.nasa_apod 640x400 # Inky 4.0"

0 comments on commit 4a561a6

Please sign in to comment.