droans

Results 15 comments of droans

@napalmz I had to make some changes since I need to eventually get the code merged. Use `ref: waveshare-color` instead.

@bluesheep try using 7.50inv2b instead. If that doesn't work, I can try to add the B/W changes to a different branch. I was getting a similar error when I first...

> It looks quite similar to this [one](https://github.com/Koenkk/zigbee2mqtt/issues/20868) Seems likely. Does `dmesg` show similar messages as in my issue?

I would love this too. Here's my example. Template: ``` tv_remote_card: default: - repeat: 200 card: type: custom:button-card icon: '[[icon]]' color: rgb(68, 115, 158) tap_action: '[[service]]' hold_action:

I've been able to get it close to working. Instead of using `response.preset`, I'm letting it preprocess the file using `child_process` ``` ... let volumeData; volumeData = JSON.parse(require("child_process").execSync(`ffmpeg -i "${currentfilename}"...