domneedham / pico-clock-green-python

A MicroPython implementation of the Waveshare Pico-Clock-Green.
Apache License 2.0
10 stars 7 forks source link

Unable to operate(Windows) #24

Open sususuuu opened 1 month ago

sususuuu commented 1 month ago

Hello, I tried to open Thonny on windows to run your code and got the following error:

%Run -c $EDITOR_CONTENT

MPY: soft reboot Traceback (most recent call last): File "", line 2, in File "display.py", line 5, in File "util.py", line 13, in inner SyntaxError: can't have multiple *x

As a result, I cannot use this excellent example code, which bothers me very much. I hope you can have some time to help me point out the solution direction, thank you very much!

domneedham commented 1 month ago

Sadly I'm not too sure. I don't have a Windows machine I can use to even suggest what could be wrong...