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
#!/usr/bin/env python | |
# -*- coding: utf-8 -*- | |
from PIL import Image,ImageDraw | |
import sys | |
import os | |
sys.path.append(os.path.abspath('..')) | |
from display import IMG_HEIGHT,IMG_WIDTH | |
import display.weather | |
import display.events |