Derek Christ

Results 15 comments of Derek Christ

For a small update: If anyone also has this display and wants to use it with embedded-graphics, I found the [datasheet](https://www.mouser.cn/datasheet/2/271/MT_DEPG0213BNS800F41_V1_0_FINAL-1892316.pdf) and [modified](https://github.com/derchr/epd-waveshare) the epd2in13_v2 a bit and now at...

I installed and activated hello-shaders but it makes no difference to me. By enabling blur the black bars become hardly noticable though. (I don't know why the black bars werent...

@luema I think you are right. Changing the size of the shadows have a direct effect on the size of the black bars. By disabling the shadows they disappear.

> This is what was reported on the list at https://groups.google.com/g/DynamoRIO-Users/c/CKQD11eXyfs and was about to be filed, so this will serve as the tracking issue. Oh, I only searched through...

> Could you clarify: which instrumentation is slow? I'm currently testing `./drrun` without any tool / client active. I must correct myself, the slowdown was because I was still running...

> Does this work if you use a `.run_if(in_state(AppState::Second))` instead? Yes, then it works. Thanks!

I was actually able to fix the bug applying this patch: ``` diff --git a/src/driver.rs b/src/driver.rs index 2911885b..de1db00b 100644 --- a/src/driver.rs +++ b/src/driver.rs @@ -704,6 +704,8 @@ impl DriverHooks for...

> @derchr Thank you for digging into this! Would you be in a position to submit this patch as a pull request? Yes, I can create a pull request. However,...

The run.sh uses DOS line breaks which causes issues when executing on Linux. You can use the utility `dos2unix` to convert the file. Also, as the run.sh is only to...

Thanks, with that patch I was able to compile.