Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Alphanumeric Padding #472

Merged
merged 4 commits into from
May 18, 2024
Merged

Alphanumeric Padding #472

merged 4 commits into from
May 18, 2024

Conversation

buffdriver
Copy link
Contributor

Changed Outer Padding and Line Padding for Alphanumeric Displays to use value from DMDDevice.ini

Changed Outer Padding and Line Padding for Alphanumeric Displays to use value from DMDDevice.ini
@buffdriver
Copy link
Contributor Author

Just to keep it neat, I closed the previous pull request and based my new pull on a topic branch. Please refer to issue #456

@tommkell
Copy link

Is this usable now then?

@buffdriver
Copy link
Contributor Author

Not yet. Freezy will have to merge with his main branch and publish a release. If you want an interim solution, see my existing branch here: https://github.com/buffdriver/dmd-extensions/releases/tag/v2.2.1

My branch is still on 2.2.1, so any of the ZeDMD improvements are not in my branch currently.

@freezy
Copy link
Owner

freezy commented May 2, 2024

Awesome, thanks! I've pushed some changes that fix the preview and main window not being updated in the settings dialog.

The remaining problem is that the canvas size should probably update as well, no?

@freezy
Copy link
Owner

freezy commented May 2, 2024

Also, wouldn't you want to be able to control SegmentPaddingPercentage as well?

@buffdriver
Copy link
Contributor Author

buffdriver commented May 2, 2024 via email

@buffdriver
Copy link
Contributor Author

buffdriver commented May 2, 2024 via email

Comment on lines 15 to 20
public float LinePad { get; set; } = 0.2f;

/// <summary>
/// Outer padding percentage
/// </summary>
public float OuterPad { get; set; } = 0.2f;
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You're dividing those by 100 later, shouldn't they be 20 instead of 0.2?

@buffdriver
Copy link
Contributor Author

buffdriver commented May 3, 2024 via email

@freezy freezy merged commit 82ed18c into freezy:master May 18, 2024
@freezy
Copy link
Owner

freezy commented May 18, 2024

Merged! Sorry it took so long. And thanks a lot! ❤️

@buffdriver
Copy link
Contributor Author

Thank you for all that you do! I'm honored to be a very tiny part of it!

@freezy
Copy link
Owner

freezy commented May 18, 2024

Yes, I forgot, a new contributor! Cheers! 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants