From bc3faac6cbfe20689be88626c4b14bc28db2edf0 Mon Sep 17 00:00:00 2001 From: thirdr Date: Thu, 21 Nov 2024 12:35:59 +0000 Subject: [PATCH] touchscreen_dots_vector.py: adding oc --- examples/touchscreen_dots_vector.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/examples/touchscreen_dots_vector.py b/examples/touchscreen_dots_vector.py index 3fee5bd..14e8f4d 100644 --- a/examples/touchscreen_dots_vector.py +++ b/examples/touchscreen_dots_vector.py @@ -4,6 +4,9 @@ from random import randint import time from picovector import PicoVector, ANTIALIAS_FAST, Polygon +import machine + +machine.freq(264000000) # Setup for the Presto display presto = Presto()