Skip to content
Snippets Groups Projects
Commit 3f89331d authored by q3k's avatar q3k
Browse files

cap_touch_demo: fix typo, run in sim

parent c99d120e
No related branches found
No related tags found
No related merge requests found
Pipeline #5596 passed
......@@ -15,7 +15,7 @@ class Dot:
def draw(self, i, ctx):
imag = self.imag
real = self.real
size = self.szie
size = self.size
col = (1.0, 0.0, 1.0)
if i % 2:
......
......@@ -401,3 +401,6 @@ def captouch_get_petal_rad(a):
def captouch_get_petal_phi(a):
return 0
def captouch_get_petal_pad(i, x):
return 0
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment