Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Component display is marked FAILED #15

Open
zucki opened this issue Oct 6, 2024 · 1 comment
Open

Component display is marked FAILED #15

zucki opened this issue Oct 6, 2024 · 1 comment

Comments

@zucki
Copy link

zucki commented Oct 6, 2024

Library build and upload is working fine for me.
But my code does not show anything on the screen.

Log shows following

[C][t574:053]: T547
[C][t574:053]: Rotations: 0 °
[C][t574:053]: Dimensions: 960px x 540px
[C][t574:054]: Update Interval: 30.0s
[E][component:082]: Component display is marked FAILED

The board is a LILYGO Screen-4.7-S3 V2.3
ESPHome is Version 2024.9.2

Thanks for helping.

Here is the relevant part of my code

esphome:
  name: infoscreen
  friendly_name: InfoScreen

esp32:
  board: esp32-s3-devkitc-1
  framework:
    type: arduino

# Enable logging
logger:

external_components:
  - source: github://nickolay/esphome-lilygo-t547plus
    components: ["t547"]

font:
  - file: "gfonts://Roboto"
    id: roboto_15
    size: 15

display:
  - platform: t547
    id: t547_display
    update_interval: 30s
    lambda: |-
      it.printf(10, 10, id(roboto_15), "Hello World!");
@nickolay
Copy link
Owner

nickolay commented Oct 6, 2024

Did you try the instructions from this repo’s README?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants