Giter Site home page Giter Site logo

MAX resolution display on 9486 about lv_demos HOT 8 CLOSED

lvgl avatar lvgl commented on August 17, 2024
MAX resolution display on 9486

from lv_demos.

Comments (8)

pawelmielnik avatar pawelmielnik commented on August 17, 2024

Hi,
What I also noticed, when I call again lv_demo_widgets() instead of my short program, 9486 runs in 480x320 what is good. So
where is a issue?

from lv_demos.

kisvegabor avatar kisvegabor commented on August 17, 2024

Are you using the lv_port_esp32 repository?

from lv_demos.

pawelmielnik avatar pawelmielnik commented on August 17, 2024

Yes, I'm using lv_port_esp32. I'm not experienced in this whole solution, in the main i swaped lv_demo_widgets with my program.
Maybe this is not the right approach and gettig rid of lv_demo_widgets destroyed also some dependencies elsewhere?

from lv_demos.

pawelmielnik avatar pawelmielnik commented on August 17, 2024

Gabor, I have found soimething. In file lv_example\src\lv_demo_widgets.py i have found lot of references to resolution. Is it the file i missed? If I'm correct , how can I develope similar file to my project?

from lv_demos.

ataweg avatar ataweg commented on August 17, 2024

Take a look at https://github.com/ataweg/lvgl/blob/master/examples/arduino/LVGL_Demo_Widget/LVGL_Demo_Widget.ino

from lv_demos.

ataweg avatar ataweg commented on August 17, 2024

Maybe you have also update your lv_conf.h file:
/* Maximal horizontal and vertical resolution to support by the library.*/
#define LV_HOR_RES_MAX (480)
#define LV_VER_RES_MAX (320)

#define LV_HOR_RES LV_HOR_RES_MAX
#define LV_VER_RES LV_VER_RES_MAX

from lv_demos.

pawelmielnik avatar pawelmielnik commented on August 17, 2024

Hi, Thanks for help. I started the new project from beginnig , I have no idea what I had done previously wrong, but now application recognise 480x320.

from lv_demos.

pawelmielnik avatar pawelmielnik commented on August 17, 2024

Resolved

from lv_demos.

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.