Now i got: /data/cache/platformio/packages/toolchain-riscv32-esp/bin/../lib/gcc/riscv32-esp-elf/8.4.0/../../../../riscv32-esp-elf/bin/ld: .pioenvs/hemmis/src/main.o: in function esphome::api::APIServer* esphome::Application::register_componentesphome::api::APIServer(esphome::api::APIServer*)‘:
/data/build/hemmis/src/esphome/core/application.h:149: undefined reference to vtable for esphome::i2c::IDFI2CBus' /data/cache/platformio/packages/toolchain-riscv32-esp/bin/../lib/gcc/riscv32-esp-elf/8.4.0/../../../../riscv32-esp-elf/bin/ld: /data/build/hemmis/src/esphome/core/application.h:149: undefined reference to vtable for esphome::i2c::IDFI2CBus’
/data/cache/platformio/packages/toolchain-riscv32-esp/bin/…/lib/gcc/riscv32-esp-elf/8.4.0/…/…/…/…/riscv32-esp-elf/bin/ld: .pioenvs/hemmis/src/main.o: in function setup()': /data/build/hemmis/src/main.cpp:146: undefined reference to vtable for esphome::i2c::IDFI2CBus’
/data/cache/platformio/packages/toolchain-riscv32-esp/bin/…/lib/gcc/riscv32-esp-elf/8.4.0/…/…/…/…/riscv32-esp-elf/bin/ld: /data/build/hemmis/src/main.cpp:146: undefined reference to vtable for esphome::i2c::IDFI2CBus' /data/cache/platformio/packages/toolchain-riscv32-esp/bin/../lib/gcc/riscv32-esp-elf/8.4.0/../../../../riscv32-esp-elf/bin/ld: /data/build/hemmis/src/main.cpp:253: undefined reference to vtable for esphome::ssd1306_i2c::I2CSSD1306’
/data/cache/platformio/packages/toolchain-riscv32-esp/bin/…/lib/gcc/riscv32-esp-elf/8.4.0/…/…/…/…/riscv32-esp-elf/bin/ld: /data/build/hemmis/src/main.cpp:253: undefined reference to vtable for esphome::ssd1306_i2c::I2CSSD1306' collect2: error: ld returned 1 exit status *** [.pioenvs/hemmis/firmware.elf] Error 1 ========================= [FAILED] Took 403.85 seconds =========================
now i get `display.ssd1306_i2c: [source /config/esphome/hemmis.yaml:48]
platform: ssd1306_i2c
model: SH1106_128X64
address: 0x3C
Couldn’t find ID ‘font’. Please check you have defined an ID with that name in your configuration.
lambda: !lambda |-
it.print(0, 0, id(font), “Hello World!”);
auto_clear_enabled: True
brightness: 1.0
contrast: 1.0
flip_x: True
flip_y: True
offset_x: 0
offset_y: 0
invert: False
update_interval: 1s`