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

Idea: Colon ligature for seven segment characters #249

Open
wezm opened this issue Aug 19, 2022 · 5 comments
Open

Idea: Colon ligature for seven segment characters #249

wezm opened this issue Aug 19, 2022 · 5 comments
Projects

Comments

@wezm
Copy link

wezm commented Aug 19, 2022

Just an idea for your consideration. It would be great for displaying times and durations with the seven-segment display glyphs if the colon was positioned higher up vertically when surrounded by those glyphs. This is what it looks like at the moment:

Screenshot from 2022-08-19 12-03-19

Bonus idea: The colon could be two small squares instead of circles.

@fabrizioschiavi
Copy link
Owner

I like the iseas, a lot! Thanks!
But, what happens with IPv6 like this?
2345:425:2CA1:0000:0000:567:5673:23b5

@vancura
Copy link

vancura commented Aug 19, 2022

I love the idea too. And, well, such a "clock" with an LCD-style IP6 display would be so good! :)

@wezm
Copy link
Author

wezm commented Aug 19, 2022

But, what happens with IPv6 like this?

I think it would be less likely in general to be printing an IPv6 address in 7-segment digits but more vertically centred colons would probably work well there too.

And, well, such a "clock" with an LCD-style

That's what I'm working on now that prompted this issue :)

@fabrizioschiavi
Copy link
Owner

Ok, let's try it

@fabrizioschiavi fabrizioschiavi added this to ToDo in 0.830 Aug 19, 2022
@cormullion
Copy link

That's a nice idea, I'm stealing it... :)

lcd

Feature code for this is:

@sevensegment = [u1FBF0 u1FBF1 u1FBF2 u1FBF3 u1FBF4 u1FBF5 u1FBF6 u1FBF7 u1FBF8 u1FBF9];
sub @sevensegment colon' @sevensegment by colon.sevensegment;

seems to work. Improvements welcome... :)

@fabrizioschiavi fabrizioschiavi removed this from ToDo in 0.830 Dec 15, 2023
@fabrizioschiavi fabrizioschiavi added this to To Do in 0.831 Dec 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
0.831
To Do
Development

No branches or pull requests

4 participants