simulator icon indicating copy to clipboard operation
simulator copied to clipboard

Add round pixels and orange theme

Open marcpabst opened this issue 11 months ago • 2 comments

Not sure how useful this is, but I think it's quite nice for people using led matrices. It's minor changes, so I'm just leaving this here - if there's interest to merge, I'll go through the PR checklist.

Thank you for helping out with embedded-graphics-simulator development! Please:

  • [ ] Check that you've added passing tests and documentation
  • [ ] Add an example where applicable
  • [ ] Add a CHANGELOG.md entry in the Unreleased section under the appropriate heading (Added, Fixed, etc) if your changes affect the public API
  • [ ] Run rustfmt on the project
  • [ ] Run just build (Linux/macOS only) and make sure it passes. If you use Windows, check that CI passes once you've opened the PR.

PR description

[add your PR description here]

marcpabst avatar Jan 20 '25 20:01 marcpabst

Not sure how useful this is, but I think it's quite nice for people using led matrices. It's minor changes, so I'm just leaving this here - if there's interest to merge, I'll go through the PR checklist.

It's a bit outside the original scope of the simulator, but it probably looks nice. And because it's a minor non breaking change I wouldn't mind merging it.

rfuest avatar Jan 22 '25 01:01 rfuest

Crashes when pixel shape set to Dot with a pixel_spacing >= 3

thread 'main' panicked at C:\Users\Rogier\.cargo\git\checkouts\simulator-13139e92aab9a159\8562508\src\output_image.rs:96:42:
range end index 416388 out of range for slice of length 416331

eflukx avatar Jun 02 '25 15:06 eflukx