Dániel Buga

Results 638 comments of Dániel Buga

cc https://github.com/jamwaffles/ssd1306/pull/178

Not exactly a timely response, but: > Brightness::custom is not exposed as pub, is this by design? This was done because `Brightness::custom` couldn't be made const previously and I didn't...

This PR doesn't enable download mode - download mode would break probe-rs attach, which this PR supposedly does not. The control request sent to the device is - in theory...

Got closed prematurely I believe, sorry about that :)

This is not the first time I come back to this issue to see if it has some useful info for me but then leave disappointed. Could we please edit...

The heap size has been configurable some time before I opened this issue. I understand it's not exactly actionable, but the 1.5x memory requirement is still something that at least...

Right now I have two heaps. Their allocation (i.e. how much is assigned to wifi and how much to my app) can't really change based on what state my firmware...

Speaking of heaps, there are a bunch of things the API would like to allocate, but we provide static objects instead. There are a few assumption in code (like queue...

> Static allocation is fixed by lto="thin" With what lto setting did you experience the panic?

I mean specifically what was the old setting out of `fat / true / false / off`?