Skip to content

Commit

Permalink
touchscreen_dots_vector.py: adding oc
Browse files Browse the repository at this point in the history
  • Loading branch information
thirdr committed Nov 21, 2024
1 parent 3e63f15 commit bc3faac
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions examples/touchscreen_dots_vector.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit bc3faac

Please sign in to comment.