GithubHelp home page GithubHelp logo

Comments (7)

C47D avatar C47D commented on May 29, 2024

Hi,

Hey. I place my question here, because I think that the error is due to driver ILI9488.
I ported the project to ESP32 according to the readme. I use Waveshare_ILI9486 display.

Is your display using the ILI9488 or ILI9486 controller? Right now the repo only supports ILI9341, ILI9488, ST7789 and soon HX8357D. The configuration might be different from ILI9486 to ILI9488.

Have you tested your display with other libraries? Maybe using the ESP32 as Arduino, this way we can be sure the display is working properly.

Regards

from lv_port_esp32.

Djaison avatar Djaison commented on May 29, 2024

Yes, my display still has ILI9486 controller, but I decided that it should work with the driver ILI9488, since some resources on the Internet, he is referred to as ILI9486 / ILI9488. Probably knows the exact answer ILI9488 driver developer. This display exactly working, I used it with a library from Arduino Waveshare on ArduinoMega. Thanks for the quick response!

Regards

from lv_port_esp32.

C47D avatar C47D commented on May 29, 2024

Ok, I will take a look at the code, last weekend i was using the ILI9488 and had no issues.

If you can paste here the gpio numbers you used to connect your display.

from lv_port_esp32.

Djaison avatar Djaison commented on May 29, 2024

Pins are configured as follow
pin_map

from lv_port_esp32.

Djaison avatar Djaison commented on May 29, 2024

Could you provide your project sdkconfig on ili9488? I use the demo example, maybe the problem is in the wrong dma configuration?

from lv_port_esp32.

C47D avatar C47D commented on May 29, 2024

Maybe your repo clone is somewhat old, the repo has been renamed to lv_port_esp32.

You can get the latest repo with:

$ git clone --recurse-submodules https://github.com/littlevgl/lv_port_esp32.git
$ cd lv_port_esp32
$ idf.py menuconfig
/* Go to Components->Littlevgl (LVGL) TFT display controller->Select a display controller model and choose ILI9488 */
/* Then set your pin assignments */

from lv_port_esp32.

Djaison avatar Djaison commented on May 29, 2024

The problem is similar to the display. I use this.
image
Most likely the problem is spi converter, which is located on the reverse side, maybe he realizes not all the functionality. Successfully launched with other display who has a ST7789 driver. Sorry to bother you, I think the question can be closed, thanks again for your help!

from lv_port_esp32.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.