empirephoenix

Results 7 issues of empirephoenix

Hi, I'm sorry to ask this via the Issuetracker, but I found no other way to ask a question about this project. What I kinda wonder about, how does the...

documentation

When using the release 1.0.0 (beta) resize as described on the Readme is not working, as the Canvas is not found with getChild('Canvas') Is there a solution on resizing with...

This is more of a note for other that stumble into this and hopefully saves them a few hours of debugging. (If there is a better place for this, I...

bug

The analog abstraction does not seem to work correctly. When using Any other Attenuation than 0db, the reported mv values are way off. (This seem to be both the case...

Use the newer calculation for the i2c

The current timeout() for the i2c bus is calculated using ``` impl From for APBTickType { fn from(duration: Duration) -> Self { APBTickType( ((duration.as_nanos() + APB_TICK_PERIOD_NS as u128 - 1)...

java.lang.IllegalArgumentException: Number of remaining buffer elements is 0, must be at least 1920000. Because at most 1920000 elements can be returned, a buffer with at least 1920000 elements is required,...