mirror of
https://github.com/esphome/esphome.git
synced 2025-10-29 22:24:26 +00:00
[image] Fix compile time problem with host image not using lvgl (#7654)
This commit is contained in:
@@ -3,12 +3,7 @@
|
||||
#include "esphome/components/display/display.h"
|
||||
|
||||
#ifdef USE_LVGL
|
||||
// required for clang-tidy
|
||||
#ifndef LV_CONF_H
|
||||
#define LV_CONF_SKIP 1 // NOLINT
|
||||
#endif // LV_CONF_H
|
||||
|
||||
#include <lvgl.h>
|
||||
#include "esphome/components/lvgl/lvgl_proxy.h"
|
||||
#endif // USE_LVGL
|
||||
|
||||
namespace esphome {
|
||||
|
||||
Reference in New Issue
Block a user