mirror of
https://github.com/javierpena/eink-calendar.git
synced 2024-11-16 20:25:58 +02:00
6 lines
106 B
Python
Executable File
6 lines
106 B
Python
Executable File
#!/usr/bin/env python
|
|
|
|
from drivers.einkdriver import EinkDriver
|
|
video = EinkDriver(640, 384)
|
|
video.end()
|