Disable Shadows
This commit is contained in:
parent
814d921ba7
commit
96a32acc6e
@ -73,7 +73,7 @@ void Widget::applyCommonStyle() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void Widget::applyShadowStyle() {
|
void Widget::applyShadowStyle() {
|
||||||
// return;
|
return;
|
||||||
if (obj_ == nullptr || !config_.shadow.enabled) return;
|
if (obj_ == nullptr || !config_.shadow.enabled) return;
|
||||||
|
|
||||||
// Limit shadow values to prevent memory issues on ESP32
|
// Limit shadow values to prevent memory issues on ESP32
|
||||||
|
|||||||
@ -565,7 +565,7 @@ CONFIG_IDF_TOOLCHAIN_GCC=y
|
|||||||
CONFIG_IDF_TARGET_ARCH_RISCV=y
|
CONFIG_IDF_TARGET_ARCH_RISCV=y
|
||||||
CONFIG_IDF_TARGET_ARCH="riscv"
|
CONFIG_IDF_TARGET_ARCH="riscv"
|
||||||
CONFIG_IDF_TARGET="esp32p4"
|
CONFIG_IDF_TARGET="esp32p4"
|
||||||
CONFIG_IDF_INIT_VERSION="$IDF_INIT_VERSION"
|
CONFIG_IDF_INIT_VERSION="5.5.2"
|
||||||
CONFIG_IDF_TARGET_ESP32P4=y
|
CONFIG_IDF_TARGET_ESP32P4=y
|
||||||
CONFIG_IDF_FIRMWARE_CHIP_ID=0x0012
|
CONFIG_IDF_FIRMWARE_CHIP_ID=0x0012
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user