SeeSchloß

Results 16 comments of SeeSchloß

I'm interested in this kind of use as well. My use case is I would like to use a device in my bathroom to record temperature and humidity, but have...

Thank you very much for your help, I was able to write an ESPHome display component that displays on my lydwsd03mmc some value it gets from elsewhere using the 0x60...

Great, I was working on the same kind of thing but using the 0x60 message (to choose each segment instead of sending higher-level data, because I wanted to display a...

@puuu the 0x60 message stays displayed until you send a 0x61. A problem with it though that I just thought about, is that segments are different between devices so it...

Hi, I'm the one who added the battery reading code. As far as I understand, the reading is just very unreliable. In my case, one of the units went from...

Just letting you know that I'm still thinking about how to implement it in a way I like without over-complicating the thing

Works great for me, thanks

It works for me, no SIGSEV, I do have another problem though, it doesn't crash but stops later at: ``` Error: PltResolver: Symbol SDL_SetSurfaceColorMod(ver 1: SDL_SetSurfaceColorMod) not found, cannot apply...

I think the "Broken unicode" lines are... more or less normal. I think I remember already seeing them in the past, and they also happen when I run DF on...

Well after adding these two functions (I just took inspiration from similar bug reports like #616), it works for me. Performance is about the same as on my x86_64 machine...