OR Benjamin

Results 8 comments of OR Benjamin

Temporary workaround using [card mod](https://github.com/thomasloven/lovelace-card-mod) to change justify-content: ```yaml type: custom:mod-card card_mod: style: layout-card $ grid-layout $: | #root { justify-content: center !important; } card: type: custom:layout-card ``` Dirty, but...

I started having the exact same issue. I am using Unifi as well! Did anyone here find a solution? This is quite annoying since I have many Shelly 2.5 devices,...

I am still having this issue from time to time, I have no clue on what triggers it, but it happens sometimes. I did read somewhere that changing the 2.4...

I'm having the same problem with Mtouch on bookworm and latest stable firmware on pi5, seems like there is no solution. I was using Ubuntu before on the same pi5...

So I had (a lot) of free time to play with this issue and I think I just found something interesting! ### What did I do? When I first got...

It appears that you are correct, I tested and the latest working release from github releases is [2024-04-17-2712](https://github.com/raspberrypi/rpi-eeprom/releases/tag/v2024.02.17-2712) and with the 2024-04-20 EEPROM release the touch screen no longer works....

For now I went back to 2024-04-17-2712, installed latest bookworm and disabled rpi-eeprom-update service with ``sudo systemctl mask rpi-eeprom-update`` and my mtouch screen works perfectly !