The vscode run command compiles and runs without errors nor warnings. https://github.com/akirataguchi115/MitsuoWatch/tree/dev
This happens when I try to add an image bitmap to the face.
The vscode run command compiles and runs without errors nor warnings. https://github.com/akirataguchi115/MitsuoWatch/tree/dev
This happens when I try to add an image bitmap to the face.
Actually this might be the problem if I am to read this correctly
On line 26 you tried to load something (the image I suspect) and you ran out of memory. The result was your app crashed.