diff --git a/common/vehicle_base.yaml b/common/vehicle_base.yaml index 2390e61..d58c88e 100644 --- a/common/vehicle_base.yaml +++ b/common/vehicle_base.yaml @@ -1,5 +1,6 @@ esp32: variant: esp32 + toolchain: esp-idf framework: type: esp-idf diff --git a/mcu-air-office-r.yaml b/mcu-air-office-r.yaml index a360415..109b3a7 100644 --- a/mcu-air-office-r.yaml +++ b/mcu-air-office-r.yaml @@ -14,6 +14,7 @@ esphome: esp32: variant: esp32 + toolchain: esp-idf framework: type: esp-idf diff --git a/mcu-atoms3.yaml b/mcu-atoms3.yaml index 0a9c19b..25335ba 100644 --- a/mcu-atoms3.yaml +++ b/mcu-atoms3.yaml @@ -21,6 +21,7 @@ esphome: esp32: variant: esp32s3 flash_size: 8MB + toolchain: esp-idf framework: type: esp-idf @@ -207,7 +208,15 @@ output: - platform: gpio id: motor_in2 pin: 2 + - platform: ledc + pin: 16 + id: gpio_tft_backlight +light: + - platform: monochromatic + id: display_tft_backlight + output: gpio_tft_backlight + restore_mode: ALWAYS_ON switch: - platform: template @@ -360,18 +369,19 @@ font: size: 12 display: - - platform: st7789v + - platform: mipi_spi + model: ST7789V id: display_tft - model: Custom - height: 128 - width: 128 - offset_height: 2 - offset_width: 1 - backlight_pin: 16 + dimensions: + height: 128 + width: 128 + offset_height: 2 + offset_width: 1 + # backlight_pin: 16 cs_pin: 15 dc_pin: 33 reset_pin: 34 - eightbitcolor: true + # eightbitcolor: true update_interval: 1s lambda: |- //Ingress shown animation Frame. diff --git a/mcu-bedroom-lamp-left.yaml b/mcu-bedroom-lamp-left.yaml index bfa5c5f..dd55096 100644 --- a/mcu-bedroom-lamp-left.yaml +++ b/mcu-bedroom-lamp-left.yaml @@ -14,6 +14,7 @@ esphome: esp32: variant: esp32 + toolchain: esp-idf framework: type: esp-idf sdkconfig_options: diff --git a/mcu-bedroom-lamp-right.yaml b/mcu-bedroom-lamp-right.yaml index d90da5f..7828809 100644 --- a/mcu-bedroom-lamp-right.yaml +++ b/mcu-bedroom-lamp-right.yaml @@ -14,6 +14,7 @@ esphome: esp32: variant: esp32 + toolchain: esp-idf framework: type: esp-idf sdkconfig_options: diff --git a/mcu-c6-test-1.yaml b/mcu-c6-test-1.yaml index 9a03578..bb96e5e 100644 --- a/mcu-c6-test-1.yaml +++ b/mcu-c6-test-1.yaml @@ -39,10 +39,9 @@ esphome: esp32: variant: esp32c6 flash_size: 16MB + toolchain: esp-idf framework: type: esp-idf - # version: 5.4.2 - # platform_version: 54.03.21 logger: hardware_uart: USB_SERIAL_JTAG diff --git a/mcu-c6-test-2.yaml b/mcu-c6-test-2.yaml index 34d6ad2..656404e 100644 --- a/mcu-c6-test-2.yaml +++ b/mcu-c6-test-2.yaml @@ -39,10 +39,9 @@ esphome: esp32: variant: esp32c6 flash_size: 16MB + toolchain: esp-idf framework: type: esp-idf - # version: 5.4.2 - # platform_version: 54.03.21 logger: hardware_uart: USB_SERIAL_JTAG diff --git a/mcu-cam-1.yaml b/mcu-cam-1.yaml index 6098698..4497ba8 100644 --- a/mcu-cam-1.yaml +++ b/mcu-cam-1.yaml @@ -12,8 +12,8 @@ esphome: comment: ${comment} esp32: - # board: esp32cam variant: esp32 + toolchain: esp-idf framework: type: esp-idf diff --git a/mcu-can-node-1.yaml b/mcu-can-node-1.yaml index 8ce458c..e1b0f3e 100644 --- a/mcu-can-node-1.yaml +++ b/mcu-can-node-1.yaml @@ -13,6 +13,7 @@ esphome: esp32: variant: esp32 + toolchain: esp-idf framework: type: esp-idf diff --git a/mcu-can-node-2.yaml b/mcu-can-node-2.yaml index f3013aa..1d2bba8 100644 --- a/mcu-can-node-2.yaml +++ b/mcu-can-node-2.yaml @@ -13,6 +13,7 @@ esphome: esp32: variant: esp32 + toolchain: esp-idf framework: type: esp-idf diff --git a/mcu-cec-bedroom.yaml b/mcu-cec-bedroom.yaml index 614f80a..b48df3b 100644 --- a/mcu-cec-bedroom.yaml +++ b/mcu-cec-bedroom.yaml @@ -13,6 +13,7 @@ esphome: esp32: variant: esp32 + toolchain: esp-idf framework: type: esp-idf diff --git a/mcu-clock-1.yaml b/mcu-clock-1.yaml index b27d687..a2ec66f 100644 --- a/mcu-clock-1.yaml +++ b/mcu-clock-1.yaml @@ -15,6 +15,7 @@ esphome: esp32: variant: esp32c3 + toolchain: esp-idf framework: type: esp-idf # version: 5.4.2 diff --git a/mcu-clock-living-room.yaml b/mcu-clock-living-room.yaml index 8116baa..6dfa0ba 100644 --- a/mcu-clock-living-room.yaml +++ b/mcu-clock-living-room.yaml @@ -13,6 +13,7 @@ esphome: esp32: variant: esp32 + toolchain: esp-idf framework: type: esp-idf diff --git a/mcu-desk-lamp.yaml b/mcu-desk-lamp.yaml index 85be38d..03c1f53 100644 --- a/mcu-desk-lamp.yaml +++ b/mcu-desk-lamp.yaml @@ -13,6 +13,7 @@ esphome: esp32: variant: esp32 + toolchain: esp-idf framework: type: esp-idf diff --git a/mcu-dimmer.yaml b/mcu-dimmer.yaml index eea5d80..1d6583a 100644 --- a/mcu-dimmer.yaml +++ b/mcu-dimmer.yaml @@ -28,10 +28,10 @@ esphome: esp32: variant: esp32 + toolchain: esp-idf framework: type: esp-idf - packages: common: !include common/common.yaml diff --git a/mcu-echo.yaml b/mcu-echo.yaml index 1842e73..efa38b5 100644 --- a/mcu-echo.yaml +++ b/mcu-echo.yaml @@ -14,6 +14,7 @@ esphome: esp32: variant: esp32 + toolchain: esp-idf framework: type: esp-idf diff --git a/mcu-eworkbench.yaml b/mcu-eworkbench.yaml index cf6b1f8..cae091a 100644 --- a/mcu-eworkbench.yaml +++ b/mcu-eworkbench.yaml @@ -15,6 +15,7 @@ esphome: esp32: variant: esp32c3 + toolchain: esp-idf framework: type: esp-idf diff --git a/mcu-fireplace.yaml b/mcu-fireplace.yaml index 309a1fb..4e943ad 100644 --- a/mcu-fireplace.yaml +++ b/mcu-fireplace.yaml @@ -13,6 +13,7 @@ esphome: esp32: variant: esp32 + toolchain: esp-idf framework: type: esp-idf diff --git a/mcu-gate.yaml b/mcu-gate.yaml index f2869e5..e2b209e 100644 --- a/mcu-gate.yaml +++ b/mcu-gate.yaml @@ -13,6 +13,7 @@ esphome: esp32: variant: esp32 + toolchain: esp-idf framework: type: esp-idf diff --git a/mcu-gateway.yaml b/mcu-gateway.yaml index a860abc..ee72ab0 100644 --- a/mcu-gateway.yaml +++ b/mcu-gateway.yaml @@ -13,6 +13,7 @@ esphome: esp32: variant: esp32 + toolchain: esp-idf framework: type: esp-idf advanced: diff --git a/mcu-heater.yaml b/mcu-heater.yaml index 070c095..2d6977b 100644 --- a/mcu-heater.yaml +++ b/mcu-heater.yaml @@ -23,6 +23,7 @@ esphome: esp32: variant: esp32 + toolchain: esp-idf framework: type: esp-idf diff --git a/mcu-kitchen.yaml b/mcu-kitchen.yaml index 12079f5..abe50fa 100644 --- a/mcu-kitchen.yaml +++ b/mcu-kitchen.yaml @@ -30,6 +30,7 @@ esphome: esp32: variant: esp32 + toolchain: esp-idf framework: type: esp-idf diff --git a/mcu-lightening.yaml b/mcu-lightening.yaml index f0b5fbf..68cc88c 100644 --- a/mcu-lightening.yaml +++ b/mcu-lightening.yaml @@ -14,6 +14,7 @@ esphome: esp32: variant: esp32 + toolchain: esp-idf framework: type: esp-idf diff --git a/mcu-lvgl-eworkbench.yaml b/mcu-lvgl-eworkbench.yaml index 5e76b33..9a6b92a 100644 --- a/mcu-lvgl-eworkbench.yaml +++ b/mcu-lvgl-eworkbench.yaml @@ -14,6 +14,7 @@ esphome: esp32: variant: esp32s3 flash_size: 16MB + toolchain: esp-idf framework: type: esp-idf diff --git a/mcu-lvgl.yaml b/mcu-lvgl.yaml index f22ae7a..4b962d4 100644 --- a/mcu-lvgl.yaml +++ b/mcu-lvgl.yaml @@ -16,6 +16,7 @@ esphome: esp32: variant: esp32s3 flash_size: 16MB + toolchain: esp-idf framework: type: esp-idf # Required to achieve sufficient PSRAM bandwidth diff --git a/mcu-m5paper.yaml b/mcu-m5paper.yaml index 3e5218c..f1ce4d1 100644 --- a/mcu-m5paper.yaml +++ b/mcu-m5paper.yaml @@ -13,6 +13,7 @@ esphome: esp32: variant: esp32 + toolchain: esp-idf framework: type: esp-idf diff --git a/mcu-mains-power.yaml b/mcu-mains-power.yaml index a523c5d..5187fc4 100644 --- a/mcu-mains-power.yaml +++ b/mcu-mains-power.yaml @@ -20,6 +20,7 @@ esphome: esp32: variant: esp32 + toolchain: esp-idf framework: type: esp-idf diff --git a/mcu-nspanel-bedroom.yaml b/mcu-nspanel-bedroom.yaml index 2e6f95c..6245a1c 100644 --- a/mcu-nspanel-bedroom.yaml +++ b/mcu-nspanel-bedroom.yaml @@ -23,6 +23,7 @@ esphome: esp32: variant: esp32 + toolchain: esp-idf framework: type: esp-idf advanced: diff --git a/mcu-nspanel-dev.yaml b/mcu-nspanel-dev.yaml index 0646458..8d07c88 100644 --- a/mcu-nspanel-dev.yaml +++ b/mcu-nspanel-dev.yaml @@ -33,6 +33,7 @@ esphome: esp32: variant: esp32 + toolchain: esp-idf framework: type: esp-idf advanced: diff --git a/mcu-nspanel-fireplace.yaml b/mcu-nspanel-fireplace.yaml index 99a7bcc..58f2e92 100644 --- a/mcu-nspanel-fireplace.yaml +++ b/mcu-nspanel-fireplace.yaml @@ -21,6 +21,7 @@ esphome: esp32: variant: esp32 + toolchain: esp-idf framework: type: esp-idf advanced: diff --git a/mcu-nspanel-office-j.yaml b/mcu-nspanel-office-j.yaml index 9cd1ef0..5529904 100644 --- a/mcu-nspanel-office-j.yaml +++ b/mcu-nspanel-office-j.yaml @@ -22,6 +22,7 @@ esphome: esp32: variant: esp32 + toolchain: esp-idf framework: type: esp-idf advanced: diff --git a/mcu-nspanel-office-r.yaml b/mcu-nspanel-office-r.yaml index aadc68f..bd8b305 100644 --- a/mcu-nspanel-office-r.yaml +++ b/mcu-nspanel-office-r.yaml @@ -22,6 +22,7 @@ esphome: esp32: variant: esp32 + toolchain: esp-idf framework: type: esp-idf advanced: diff --git a/mcu-nspanel-patio.yaml b/mcu-nspanel-patio.yaml index 23c66ba..508ad56 100644 --- a/mcu-nspanel-patio.yaml +++ b/mcu-nspanel-patio.yaml @@ -21,6 +21,7 @@ esphome: esp32: variant: esp32 + toolchain: esp-idf framework: type: esp-idf advanced: diff --git a/mcu-office-r.yaml b/mcu-office-r.yaml index efd75b6..1083cd4 100644 --- a/mcu-office-r.yaml +++ b/mcu-office-r.yaml @@ -16,6 +16,7 @@ esphome: esp32: variant: esp32c3 + toolchain: esp-idf framework: type: esp-idf diff --git a/mcu-patio.yaml b/mcu-patio.yaml index 60a995c..c08d8b8 100644 --- a/mcu-patio.yaml +++ b/mcu-patio.yaml @@ -31,6 +31,7 @@ esphome: esp32: variant: esp32 + toolchain: esp-idf framework: type: esp-idf diff --git a/mcu-pow-dishwasher.yaml b/mcu-pow-dishwasher.yaml index 761486b..121598d 100644 --- a/mcu-pow-dishwasher.yaml +++ b/mcu-pow-dishwasher.yaml @@ -14,6 +14,7 @@ esphome: esp32: variant: esp32 + toolchain: esp-idf framework: type: esp-idf advanced: diff --git a/mcu-pow-washer.yaml b/mcu-pow-washer.yaml index 2a93bd1..8b4f603 100644 --- a/mcu-pow-washer.yaml +++ b/mcu-pow-washer.yaml @@ -14,6 +14,7 @@ esphome: esp32: variant: esp32 + toolchain: esp-idf framework: type: esp-idf advanced: diff --git a/mcu-rfid-reader.yaml b/mcu-rfid-reader.yaml index f42b197..1ddb7fa 100644 --- a/mcu-rfid-reader.yaml +++ b/mcu-rfid-reader.yaml @@ -29,6 +29,7 @@ esphome: esp32: variant: esp32s3 + toolchain: esp-idf framework: type: esp-idf diff --git a/mcu-shed.yaml b/mcu-shed.yaml index 86875fb..b04b1d7 100644 --- a/mcu-shed.yaml +++ b/mcu-shed.yaml @@ -13,6 +13,7 @@ esphome: esp32: variant: esp32 + toolchain: esp-idf framework: type: esp-idf # version: 5.4.2 diff --git a/mcu-tracker.yaml b/mcu-tracker.yaml index 12e476c..b793206 100644 --- a/mcu-tracker.yaml +++ b/mcu-tracker.yaml @@ -85,6 +85,7 @@ esphome: esp32: variant: esp32 + toolchain: esp-idf framework: type: esp-idf # platform_version: 53.03.11 diff --git a/mcu-well.yaml b/mcu-well.yaml index dfa6fa9..9058f63 100644 --- a/mcu-well.yaml +++ b/mcu-well.yaml @@ -26,6 +26,7 @@ esphome: esp32: variant: esp32 + toolchain: esp-idf framework: type: esp-idf