mpremote can cp / ls / ... only ones - how i stop lvgl ? #362
Unanswered
fabse-hack
asked this question in
Q&A
Replies: 1 comment 5 replies
-
That's an issue in MPRemote and not in the binding.
But set that aside anyhow. If you can decode the backtrace data that is seen it would be helpful to nail down what is causing the actual crash to happen. This is the backtrace
|
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
mpremote can cp / ls / ... only ones - how i stop lvgl ?
i flash my esp32 s3 successfully and the ili9341 is working too.
But i have a problem:
I upload my main.py and restart the controller, then the main.py is executed. When i upload another file or overwrite the main.py is not successful. The list command mpremote ls is not working too.
-> i think the lvgl is blocking this....
The touch is working (is maybe 40 pixel to much down and 20pixel to much right), how i handle the whole touch thing and how i calibrate it ????
th = task_handler.TaskHandler()
my esp32 have dula core, can i put the lvgl to the other cpu with multi threading?
and why i have to execute the task_handler.TaskHandler() only ones? and why i have to give it to the variable
th
?.....headache
here my code:
with main.py contains: print("hello") everything is working normal.
Beta Was this translation helpful? Give feedback.
All reactions