on high signal send to telegram
This commit is contained in:
@ -15,10 +15,10 @@ from luma.core.sprite_system import framerate_regulator
|
||||
|
||||
|
||||
def main():
|
||||
regulator = framerate_regulator(fps=60)
|
||||
regulator = framerate_regulator(fps=45)
|
||||
img_path = str(Path(__file__).resolve().parent.joinpath('images', 'cat.gif'))
|
||||
banana = Image.open(img_path)
|
||||
size = [min(*device.size)] * 2
|
||||
size = [min(*device.size)] * 3
|
||||
posn = ((device.width - size[0]) // 2, device.height - size[1])
|
||||
|
||||
while True:
|
||||
|
Reference in New Issue
Block a user