Boris Lovosevic
Boris Lovosevic
The reset is caused by the watchtog timer on core 0, so it is probably not related to the MicroPython code (which runs on core 1). How long is "_long...
I have tested with the same display couple of months ago, and the touch was quite reliable. After calibrating with `tpcalib.py` the demo application `components/micropython/esp32/modules_examples/tft/paint.py` was running without issues. I'll...
Sorry for the late reply, I was on a vacation. Only cert is supported for now, the support for mutual authentication (cert+key) should be added in the next couple of...
I have tested it and it works as expected. Depending on your neopixel type, you may need to adjust the timings (WS2812 timings are default).
This is strange, I've been using neopixel strips for a long time and never had a problem. I always have neopixel strip's Vcc connected to 5V, data pin connected to...
@vrubel Sorry, I don't remember seeing it, could you, please, point me to it.
@vrubel Thanks. I remember now. I was never able to reproduce this. I was using 144 leds strip playing effects for days without any issue. When I find some time...
Regarding `ValueError: Cannot acquire RMT channel`, always use `np.deinit()` if you are creating the new Neopixel instance object on the same pin.
I think the display is actually 128x64, but on SH1106 the buffer is 132x64 and the columns 2~130 are displayed. You should be able to implement the SH1106 driver as...
Thank you for the PR. It will be merged later this month.