GUITION 4" 480x480 ESP32-S3-4848S040 Smart Display with LVGL

Hey thanks! :slight_smile:

Sure! Here you go

Sorry the code was too long.

Here’s a link: GitHub - fusionstream/esphome-stuff

Left the comments in, in case I disabled some stuff for testing (already noticed a few wrong icons and etc from the pictures)

2 Likes

Can you add files:
file: “gfonts://Roboto”
file: “fonts/materialdesignicons-webfont-7.4.47.ttf”
file: ‘images/guition_kitchen_480x480_blur.png’
file: ‘images/master_bedroom_final_1.png’
file: ‘images/monstrance480x480.png’
file: ‘images/monstrancev2-480x480.png’

Thanks

Try this version. It does not require any external files.

Andrew’s version above will compile. A cursory look shows that he pointed the mdi fonts to the online version which is cool but I generally prefer files that are always available locally especially since the mdi fonts sometimes remove things I use.

The gfonts file is not needed as that is online.

The other images are not needed as well as they’re commented out.

Have added the monstrancev2-480x480.png to the repo.

Attribution is not required but the source is from here (where it is called a “chandelier”): Gold and silver round chandelier photo – Free Church Image on Unsplash

You’ll probably want to use Andrew’s version initially but change his black.svg image file to this one (after putting it in the right folders)

I try to use online stuff as much as possible to cut down on local files.

I reference a particular version of MDI so they will not remove anything from it.

I don’t have access to that image so I replaced it with a black one.

All good mate. Just highlighting the differences that I noticed so Adam or others reading won’t miss out on em :slight_smile:

Hello all,
I really tried to find the answer to my following question, but after an hour and a half of messing about with copilot, chatgpt, gemini, good old google and this forum, I did not find the answer. So apologies if I’ve been looking with my a$$ but if anybody knows and is willing to tell me what the GPIO numbers are for the L2 and L3 relays I would be delighted?

  • id: internal_relay_1
    platform: gpio
    pin: 40

This can be found anywhere and it works. When I click on the button in HA, I can hear a mechanical CLICK. And now I’d like to know the pin numbers for the other 2?

PLEASE!

GPIO40=relay 1; GPIO1=relay 2; GPIO2=relay 3

2 Likes

Thank you!
This forum is awesome and ya’ll are the best!

1 Like

Also if you take a look at my library for the Guition these are already defined.

1 Like