disable antialias
This commit is contained in:
2
main.py
2
main.py
@@ -6,7 +6,7 @@ import time
|
|||||||
def main():
|
def main():
|
||||||
fb = Framebuffer(device_no=0)
|
fb = Framebuffer(device_no=0)
|
||||||
while True:
|
while True:
|
||||||
img = clock_pillow.draw_clock(pixelformat="RGBA", aliasing=4)
|
img = clock_pillow.draw_clock(pixelformat="RGBA", aliasing=None)
|
||||||
fb.show(image=img)
|
fb.show(image=img)
|
||||||
time.sleep(0.1)
|
time.sleep(0.1)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user