Mark Anthony Prado

Results 10 comments of Mark Anthony Prado

Will this work on 64bit pi4?

Hi, so i got my hands of this new board. Radxa team recently shared working Armbian focal with its own gpio header support. Which means i have the OS and...

Hi @juj, i was able to recompile fbtft driver for ST7735s for this board in question. Just wanted to know if its possible to add just fbcp (framebuffer copy) only...

Add me to the list here. I just wanted to point out that one of my struggles using Circuitpython for usb hid is that it has no _thread support, which...

I encountered same error with urequests when trying to fetch HTTPS url. As an experiment, i tried it with HTTP (http://www.example.com/) and surprisingly it is working. Checking urequests.py line 59-60,...

Hi @firofame is there any workaround on this? thank you.

Will this fix this error? ``` Rejecting class com.sun.mail.handlers.text_plain that attempts to sub-type erroneous class com.sun.mail.handlers.handler_base ```

> Yes, its exactly the error that it fixes I tried your solution but still did not work on my end. Any thoughts whats causing this error?

Ok, got it to work. As i later understand that changes should be applied to the library build.gradle, not the main app build.gradle. Thanks!