We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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!");
The text was updated successfully, but these errors were encountered:
Did you try the instructions from this repo’s README?
Sorry, something went wrong.
No branches or pull requests
Library build and upload is working fine for me.
But my code does not show anything on the screen.
Log shows following
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
The text was updated successfully, but these errors were encountered: