rdagger
rdagger
Did a quick test: Client code through the following error: File "code.py", line 63, in AttributeError: 'BLEConnection' object has no attribute 'in_waiting' The server code didn't throw an error but...
@dhalbert Google Nexus 6
@dhalbert I restarted my Android phone and the server code is working now using the Bluefruit phone app.
@dhalbert I spoke too soon. After a few minutes I received the following error from the server code: Traceback (most recent call last): File "code.py", line 47, in File "code.py",...
Thanks, the wiring gets confusing when you are working with multiple packages and they have different numbering.
Thanks for the effort you've put into enhancing the functionality! Your work could significantly benefit users. However, I don’t normally accept pull requests unless they are bug fixes or minor...
This issue is similar to https://github.com/rdagger/micropython-ili9341/issues/35#issue-2568191496
Improving the library properly will take some work. A simple approach would be to modify the block function to draw to a framebuffer and then add a show method, but...
Thank you for your suggestion! You can draw directly to a framebuffer and then copy it to the display, as demonstrated in the example demo_pbm.py. While this example is designed...
I'm having the same problem on a Qt-Py ESP32-S2. 15ms was not enough so I increased the delay to 30ms which stopped the freezing. Unfortunately, there are some parts of...