Join the discussion
Write your take first — we'll ask for email only when you're ready to publish.
- Hacker News
- We've used the title this post is given on https://aresluna.org/.
(Submitted title was "Not mine, but it's a website where you can use a segment display")
by dang - Thanks for changing the title, though.
- typing something like "3.141" results in 5 characters rather than 4. Boo!by a_t48
- Great item. The 16 segment display is just so versatileby bloqs
- I've been looking for something exactly like this, actually! I'm making a hardware device that is a habit tracker, and the screen will be a few 7 segment displays. Being able to simulate the displays like this is very nice. Also very cool that it displays whatever you type in!by radeeyate
- Yeah, and you can even customize whatever segments the display is showing, even if they're not Basic Latin alphabet or numerals. It's not my website, I posted it to HN because it's something of interest to technology.
- Is there any physical hardware that uses the same segmentation scheme?
Edit: I now notice it mentions Spanish trains, although the link 404s
by Retr0id - The one that is labeled as “German” is similar to, but noticeably different from, the hardware display actually in use on Berlin underground trains. The real one has proper descenders, and also has narrow i/t/l and wider m/w (that is, it's not monospace). Alas, the provided link 404s as well.by Timwi
- Sensor Watch project gets a lot of mileage out of the Casio F-91W display. People have implemented Chrome's jumping dinosaur game on it. At some point they made a custom LCD that's even more capable.
- He should add these concept displays from Posy https://www.youtube.com/watch?v=RTB5XhjbgZAby mrgriscom
- Oh man, making a 7-segment display was my favorite question to ask frontend developers. Eventually turning it into a real clock if they were fast enough. Captures lots of basic CSS positioning, JS timers behavior and general ideas like breaking things into components etcby mohsen1
- Man where were you at when I was getting asked questions "to see if you've prepared for the interview" with leet code for damned UI frontend positions... I loved answering your type of questions and most companies would not do this for some reason.by gedy
- I'm guessing when you say "ask frontend developers" you mean "at job interviews". But I like to think you mean something like "at cocktail parties" or other social situations.by bsammon