Skip to content

allow LVGL configuration using Arduino_Video_LVGLConfig library#3

Open
pennam wants to merge 2 commits into
mainfrom
lvgl-config
Open

allow LVGL configuration using Arduino_Video_LVGLConfig library#3
pennam wants to merge 2 commits into
mainfrom
lvgl-config

Conversation

@pennam

@pennam pennam commented Apr 15, 2026

Copy link
Copy Markdown
Collaborator

No description provided.

@iabdalkader iabdalkader left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should also remove the included header from lv_conf.h

/*=========================================
 * Include user config to override defaults
 *========================================*/
#if defined(ARDUINO_LV_CONF_PATH)
#define _LVCONF_STR(x)  #x
#define _LVCONF_XSTR(x) _LVCONF_STR(x)
#if __has_include(_LVCONF_XSTR(ARDUINO_LV_CONF_PATH))
  #include _LVCONF_XSTR(ARDUINO_LV_CONF_PATH)
#endif
#undef _LVCONF_STR
#undef _LVCONF_XSTR
#endif

Comment thread examples/LVGLDemo/lv_conf_user.h
@per1234 per1234 added the type: enhancement Proposed improvement label Apr 15, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type: enhancement Proposed improvement

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants