lv_binding_micropython icon indicating copy to clipboard operation
lv_binding_micropython copied to clipboard

Missing machine.Timer implementation!

Open carey-zhou opened this issue 1 year ago • 1 comments

build micropython successfully

export PATH=/path/to/host/bin:$PATH
make -C ports/unix CROSS_COMPILE=arm-none-linux-gnueabihf-

Run fb_test.py failed

 micropython fb_test.py

Error output:

# micropython fb_test.py
Traceback (most recent call last):
  File "fb_test.py", line 6, in <module>
  File "lv_utils.py", line 45, in <module>
RuntimeError: Missing machine.Timer implementation!

carey-zhou avatar Oct 08 '24 13:10 carey-zhou

the unix port only works on unix like OS's that are 100% compatible with the Linux standard. . It doesn't work on OS's like macOS. This is because macOS is not a 100% Linux compatible.

kdschlosser avatar Oct 18 '24 21:10 kdschlosser