mirror of
https://github.com/esphome/esphome.git
synced 2025-01-14 20:11:31 +01:00
Define LCD_LL_CLK_FRAC_DIV_N_MAX if missing
This should later be transferred to NeoPixelBus repo
This commit is contained in:
parent
688046e001
commit
87354a9814
@ -9,6 +9,10 @@
|
||||
#include "esphome/components/light/light_output.h"
|
||||
#include "esphome/components/light/addressable_light.h"
|
||||
|
||||
#if defined(CONFIG_IDF_TARGET_ESP32S3) && !defined(LCD_LL_CLK_FRAC_DIV_N_MAX)
|
||||
#define LCD_LL_CLK_FRAC_DIV_N_MAX LCD_LL_CLOCK_PRESCALE_MAX
|
||||
#endif
|
||||
|
||||
#include "NeoPixelBus.h"
|
||||
|
||||
namespace esphome {
|
||||
|
Loading…
Reference in New Issue
Block a user