Re: esp32-wrover-kit:lvgl lvgldemo not working properly

2021-06-25 Thread murat tologlu
Actually this was not exact same thing what we need; we need a cheap touch glass or film something like this one https://www.mikroe.com/touch-panel On 2021/06/26 01:35:42, murat tologlu wrote: > Here there is something similar : > https://www.hwhardsoft.de/english/projects/arduitouch-esp/ >

Re: esp32-wrover-kit:lvgl lvgldemo not working properly

2021-06-25 Thread murat tologlu
Here there is something similar : https://www.hwhardsoft.de/english/projects/arduitouch-esp/ On 2021/06/25 19:47:06, murat tologlu wrote: > Great news! > > Which touch glass you placed over the display ? I would like to buy one > immediately. > > Maybe the Nuttx-Fellows may consider to incl

Re: esp32-wrover-kit:lvgl lvgldemo not working properly

2021-06-25 Thread murat tologlu
Great news! Which touch glass you placed over the display ? I would like to buy one immediately. Maybe the Nuttx-Fellows may consider to include this opportunity into the Nuttx ! BR, Murat On 2021/06/25 19:39:49, Barbiani wrote: > Hi, > > I have put together a touch screen driver for this

Re: esp32-wrover-kit:lvgl lvgldemo not working properly

2021-06-25 Thread Barbiani
Hi, I have put together a touch screen driver for this board using a separate touch glass placed over the tft display. It is resistive and the connections are described in the source file. https://github.com/lvgl/lv_drivers/blob/master/indev/AD_touch.c On Fri, Jun 25, 2021, 16:17 Gustavo Henri

Re: esp32-wrover-kit:lvgl lvgldemo not working properly

2021-06-25 Thread murat tologlu
Hi Guys, All is clear now, thanks for your interest and for the information provided. Yes, I could disable the slideshow via "CONFIG_EXAMPLES_LVGLDEMO_WIDGETS_SLIDESHOW". I think a mouse input could be enough for this board. BR, Murat On 2021/06/25 19:17:27, Gustavo Henrique Nihei wrote: >

Re: esp32-wrover-kit:lvgl lvgldemo not working properly

2021-06-25 Thread Gustavo Henrique Nihei
Hi Murat, Just to add to Alan's answer, this is actually the Slideshow mode for the LVGL Widgets example. You may disable it via "CONFIG_EXAMPLES_LVGLDEMO_WIDGETS_SLIDESHOW". Then the example application will just wait for the user input. Best regards, Gustavo. On Fri, Jun 25, 2021 at 4:12 PM Al

Re: esp32-wrover-kit:lvgl lvgldemo not working properly

2021-06-25 Thread Alan Carvalho de Assis
Hi Murat, The LVGL moving up and down it not a bug, it is by design. LVGL guys did it as as way to show all the screen exactly for board that doesn't have a touchscreen to interact with it. Otherwise you should think it was crashed/freeze, don't you? :-) Hmm, maybe we can use a BackBerry TouchPa

Re: esp32-wrover-kit:lvgl lvgldemo not working properly

2021-06-25 Thread murat tologlu
Dear Gustavo, Thanks you very much for your interested and for the informations you've provided. I wasn't aware that the esp-wrover-kit doesn't have any touch keypad, I am very much surprised about that. That's why I talked about an improper lvgl operation, I was expecting to interact with the

Re: esp32-wrover-kit:lvgl lvgldemo not working properly

2021-06-25 Thread Gustavo Henrique Nihei
Hi Murat, I've just watched your video after you made it public. It seems to be working as expected for the "esp32-wrover-kit:lvgl" configuration. What exactly do you mean by frequency mismatch? I can see some stripes in the video, but I believe this is probably due to the video recording. If the

Re: esp32-wrover-kit:lvgl lvgldemo not working properly

2021-06-25 Thread Gustavo Henrique Nihei
Hi Murat, Could you please enable debug info for the LCD category and share the logs from the board initialization? I've just tested here on my ESP-WROVER-KIT V4.1 unit and it seems to be working fine with the latest nuttx and apps. Best regards, Gustavo. On Fri, Jun 25, 2021 at 1:05 AM murat to

Re: esp32-wrover-kit:lvgl lvgldemo not working properly

2021-06-25 Thread Alan Carvalho de Assis
Hi Murat, The video is Private, you need to change it to Unlisted or Public to let other people view it. BR, Alan On 6/25/21, murat tologlu wrote: > Hi, > > Brand new ESP-WROVER-KIT V4.1, loaded with latest nuttx and apps, without > any jumper modification > > https://youtu.be/17vXIOFpU5c > >