mirror of
https://gitlab.com/feliix42/embedded-plots.git
synced 2024-11-22 09:56:31 +00:00
Merge branch 'develop' into 'master'
Develop See merge request mchodzikiewicz/embedded-plots!13
This commit is contained in:
commit
fe40b499da
2 changed files with 0 additions and 1 deletions
Binary file not shown.
Before Width: | Height: | Size: 9.8 KiB After Width: | Height: | Size: 6.8 KiB |
|
@ -121,7 +121,6 @@ fn main() -> Result<(), core::convert::Infallible> {
|
||||||
|
|
||||||
|
|
||||||
let output_settings = OutputSettingsBuilder::new()
|
let output_settings = OutputSettingsBuilder::new()
|
||||||
.pixel_spacing(1)
|
|
||||||
.build();
|
.build();
|
||||||
Window::new("Free axis", &output_settings).show_static(&display);
|
Window::new("Free axis", &output_settings).show_static(&display);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue