2024-11-01 03:22 AM
2024-11-01 03:45 AM
Hello @non ,
Can you share the project and tell us more about the steps you took to get this error?
Regards,
2024-11-01 03:45 AM
Hello @non ,
Can you share the project and tell us more about the steps you took to get this error?
Regards,
2024-11-05 09:03 PM
2024-11-05 10:26 PM
i test any button
2024-11-07 01:52 AM
Hello @non ,
Since the issue happens on the simulator (and your board), it means that the issue is in the code.
The simulator just compiles the code, generate the framebuffer and use graphic libraries to display the framebuffer so usually you will see the exact same thing on the simulator and on the board unless you have transfer issue (SPI, etc).
In your case, I have tried to import your GUI in a new simulator project ("Create new" => "Simulator") and it worked fine.
Also, I have found this thread where someone also has issue with button where it looks very similar to your problem and he solved it by fixing his flushFrameBuffer function.
I would assume this is also the issue for your project.
I hope this helps! :smiling_face_with_smiling_eyes:
If this comment answers your question, I invite you to select it as "best answer".
Regards,