We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I got this error. I don't know if I missed something.
LVGL-GEN build-SEEED_WIO_TERMINAL/lvgl/lv_mpy.c File "../../lib/lv_bindings/gen/gen_mpy.py", line 1778 return (user_data if user_data_found else None), *get_user_data_accessors(containing_struct, containing_struct_name) ^ SyntaxError: invalid syntax make: *** [../../extmod/extmod.mk:387: build-SEEED_WIO_TERMINAL/lvgl/lv_mpy.c] Error 1 make: *** Deleting file 'build-SEEED_WIO_TERMINAL/lvgl/lv_mpy.c'
The text was updated successfully, but these errors were encountered:
Hello! From which branch do you build it?
Sorry, something went wrong.
Hello. I used master branch. All actions on Raspberry Pi 4 bullseye .
No branches or pull requests
I got this error. I don't know if I missed something.
LVGL-GEN build-SEEED_WIO_TERMINAL/lvgl/lv_mpy.c
File "../../lib/lv_bindings/gen/gen_mpy.py", line 1778
return (user_data if user_data_found else None), *get_user_data_accessors(containing_struct, containing_struct_name)
^
SyntaxError: invalid syntax
make: *** [../../extmod/extmod.mk:387: build-SEEED_WIO_TERMINAL/lvgl/lv_mpy.c] Error 1
make: *** Deleting file 'build-SEEED_WIO_TERMINAL/lvgl/lv_mpy.c'
The text was updated successfully, but these errors were encountered: