LuBeDa

Results 48 comments of LuBeDa

You have a very seldom use case but you're right. Problematic are the service calls from home assistant, there are no default parameters. So instead a of the normal parameter...

When redesigning the queue the "icon|screen_id" syntax should be questioned. Also the now (thanks to @andrewjswan) more than 20 different screens are very confusing to beginners. Perhaps there is a...

Hi, why not use the small bitmap command? I don't see the use case. Can you explain i little bit more or give a sample

ok so you like to manipulate a dual color gif eg. black and red like in 14429 and you will change every red pixel to the specified color?

Why don't you provide a pull request based on the develop-branch?

These are old videos with the press button to speak assist :https://www.youtube.com/shorts/wHDdW07svjc and https://www.youtube.com/watch?v=CsOir14DCbM With wake word the source has to be adapted but the impression is more or less...

the esp32 is capable to do voice activation. The case of the ulanzi is hard to open, I will buy a new one and try this: https://github.com/lubeda/EspHoMaTriXv2/wiki/ulanzi-hardware-mode and try also...

fixed with https://github.com/lubeda/EspHoMaTriXv2/pull/289

8x8 is to small to display readable text.

``` if (!this->is_connected()) { if (now - this->last_connected_ > this->reboot_timeout_) { ESP_LOGE(TAG, "No client connected to API. Rebooting..."); App.reboot(); } this->status_set_warning(); } ``` The message from the log come from...