Sujay Phadke

Results 12 issues of Sujay Phadke

Hello, Has anyone been able to get this to work with Bravia KLV- series? Unfortunately, I don't think my TV is supported since I cannot even use Sony's official Sideview...

Hi, great work! I was wondering if you have a script already to convert vcd or csv into the wavejson format? simvision exports this and it'd be great to be...

Is there a way to increase the font size? I find it too small for my liking. Thanks.

Hello, I have written a new version of this utility. I call it _wd-security.py_. It detects if a valid WD drive is present, its lock/unlock status. Contains some more stability...

Good project. Please use only updated Version 2 of HTTPSRedirect henceforth (contains many bug fixes and performance improvements). Regards.

### Answers checklist. - [x] I have read the documentation [ESP-IDF Programming Guide](https://docs.espressif.com/projects/esp-idf/en/latest/) and the issue is not addressed there. - [x] I have updated my IDF branch (master or...

Type: Bug
Status: Opened

Fix "c++ error: #if with no expression" errors I many places in the file, the check for ESP32S3 is as follows: ```#if CONFIG_IDF_TARGET_ESP32S3``` which results in the error stated above...

> @olikraus I just came across this. Oli, I believe you are wrong in this. The standard I2C address is 7-bit not 8-bit. The last bit is for what command...

Hi @Bodmer, First of all, great work on this library! really amazing. I was trying out the readPixel() code posted in other issues but it doesn't work for me. readPixel()...