AVartanyan

Results 15 comments of AVartanyan

Maybe this will help you: ![Screenshot 2020-06-11 at 1 14 29](https://user-images.githubusercontent.com/42091996/88458001-60eed280-ce93-11ea-8ce1-320d52f3f25e.png)

@emanuelelaface it is better to use this example to setup the output: https://github.com/espressif/esp-idf/tree/master/examples/peripherals/gpio/generic_gpio In this way you can avoid possible unwanted behavior of the I/O peripherals.

For me the proper place would be in the InitializePlatform function inside app_main.c

Thank you for your fast respond. I have commented the two "Shutdowns" you suggested. It doesn't restart anymore. Which is very nice! :) The output is as follows: ``` 1970-01-01'T'00:34:37'Z'...

@TLCary it is not true that esp-homekit is not up to date. The last commit was 3 days ago. MaximKulkin is taking good care of this library. It is fast...

This issue could be triggered by values out of boundaries or improper characteristics defined. I have never received this message. 🤔

@renandw Actually my initial test was with an iPad having the first public beta that Apple released. The situation is unchanged with the current version 19A5307g. Also the error messages...

@FilipSzkandera check if this example works for you: https://github.com/AramVartanyan/lvgl_test

@FilipSzkandera Unfortunately no. The issue could be related again to the portrait / landscape mode. However there is something you can try out. The first display flush will be full....

Good. I believe that the issue should be in the [partial flush](https://github.com/AramVartanyan/lvgl_esp32_drivers/blob/5b795f8c6be846cf2f2231614b1623f93fb414ba/lvgl_tft/ssd1680.c#L104) area. However I lost my display and I cannot test it. Possible workaround could be to avoid the...