Skip to content

Commit

Permalink
Merge pull request #888 from everyplace/main
Browse files Browse the repository at this point in the history
[Inky Frame] Fix news headline redirect example
  • Loading branch information
helgibbons authored Jan 3, 2024
2 parents b4451c3 + fc3f8e5 commit 400347b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions micropython/examples/inky_frame/inkylauncher/nasa_apod.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ def update():
# Image for Inky Frame 4.0
IMG_URL = "https://pimoroni.github.io/feed2image/nasa-apod-640x400-daily.jpg"
elif HEIGHT == 480:
# Image for Inky Frame 7.3
IMG_URL = "https://pimoroni.github.io/feed2image/nasa-apod-800x480-daily.jpg"

try:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
import qrcode

# Uncomment one URL to use (Top Stories, World News and technology)
# URL = "http://feeds.bbci.co.uk/news/rss.xml"
# URL = "http://feeds.bbci.co.uk/news/world/rss.xml"
URL = "http://feeds.bbci.co.uk/news/technology/rss.xml"
# URL = "https://feeds.bbci.co.uk/news/rss.xml"
# URL = "https://feeds.bbci.co.uk/news/world/rss.xml"
URL = "https://feeds.bbci.co.uk/news/technology/rss.xml"

# Length of time between updates in minutes.
# Frequent updates will reduce battery life!
Expand Down

0 comments on commit 400347b

Please sign in to comment.