Jonas Wenner

Results 6 comments of Jonas Wenner

Can confirm, it does not compile with the following error: ``` error[E0277]: the trait bound `epd_waveshare::epd7in5_v2::Display7in5: DrawTarget` is not satisfied --> src/main.rs:107:11 | 107 | text.draw(&mut display).unwrap(); | ---- ^^^^^^^^^^^^...

By digging a bit, I found PR #196 which seems to fix this problem. One can add ```.color_converted()``` to the parameter in the ```draw()```-function. This function seems to exist in...

Managed to draw some text with your PR for a epd7in5_v2::Display7in5, this currently doesn't work in master or version ```0.5.0``` as seen in issue #194

I see this PR is a draft? Is there something missing for completion?

> Yeah, there were some arguable changes related to color inversion, so I was waiting to get any feedback. > > I've dropped them for now, and users are encouraged...

Did some digging. Probe-rs V0.28.0 is the last working version where that error is not occuring