This file contains hidden or 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 SCRIPT USES THE LIBRARY AT: | |
# https://github.com/hzeller/rpi-rgb-led-matrix | |
# BE SURE TO CLONE IT AND READ THE README, as highlighted in the video :) | |
import os, time, threading, random | |
import feedparser | |
from PIL import Image, ImageFont, ImageDraw | |
from random import shuffle |