Use HAS for calendar

This commit is contained in:
2025-02-09 18:39:31 +00:00
parent 69eacb4f17
commit 9c60f7c37b
6 changed files with 90 additions and 6 deletions

View File

@@ -1,7 +1,10 @@
from inky import InkyWHAT
from inky.auto import auto
from dotenv import load_dotenv
from building import draw_image
load_dotenv()
display = auto(verbose = True)
image = draw_image()
display.set_image(image)