Top
Best
New

Posted by zdw 4 days ago

5x5 Pixel font for tiny screens(maurycyz.com)
742 points | 149 commentspage 4
z2 1 day ago|
The 3x2 is fascinating, it's the same resolution as braille, albeit rotated 90 degrees. I wonder if this could become a braille-like system that's both visually and finger-readable.

Note: there are repeat glyphs here like c and o, though the example actually uses a different c somehow. But perhaps repeats are ok given context.

0110101001 20 hours ago|
In the 2x2 resolution (which can't support all of Braille, but does support the first 10 characters), A, B, C, E, and F are all the recognizable Braille shapes for those letters (though in offset positions).

At first, it seemed like an Easter egg, but it's probably just a natural happenstance of two people centuries apart deciding to represent the first ten letters of the alphabet in a 2x2 grid with a general idea to use fewer dots at the start than at the end.

octagons 23 hours ago||
I developed a font with a similar resolution that was not nearly as legible for my Pi Zero with an e-ink screen many years ago. It allowed for similar tooling such as the flipper zero and esp32 marauder projects. I should fire that project up and implement this font…
Footprint0521 21 hours ago|
Dude I was thinking exactly that, might have to mod my f0 momentum firmware
perarneng 1 day ago||
If you start from the bottom of the page directly and scroll up then the 5x5 looks even better.
bigell 6 hours ago||
This is awesome!

I could almost fit an entire 80x40 terminal on my watch face!

davebren 19 hours ago||
Somewhat relevant, I learned a mapping of individual characters to colors with a chrome extension I made, so the text size doesn't really matter since words are just sequences of colors. https://chromewebstore.google.com/detail/rainbow-text/jhkgcm...
happyweasel 9 hours ago||
Used this kind of font for output on the 320x200 screen all of the time in the late 80s while coding 68k asm on the Atari St
SyzygyRhythm 19 hours ago||
The ship computers in the old game Privateer (and probably Wing Commander) had a pretty nice pixel font. Most of the characters were 3x4, but with a few niceties: descenders (j, p, q) could go below the normal outline, and wide glyphs like m/n/w were more than 3 pixels wide. Overall, pretty readable for uppercase/lowercase/numerics, and included a few "futuristic" touches.
enriquto 21 hours ago||
This is cool, but my problem is the opposite: I have a modern laptop screen with tiny pixels. What I need is then a huge bitmap font... does anybody have any?
sandos 11 hours ago||
Why a bitmap font if you have tiny pixels? Just use a sharp font like Iosevka or similar.
frankling_ 15 hours ago||
Here are a few made by upscaling and then manually cleaning up classic fonts: https://github.com/B2HDPI/B2HDPI

The glyph coverage is enough for most programming languages; missing glyphs just fall back to a pixelized look.

Lode 1.5x works really well at 110 ppi displays, which seems to be the uncanny valley for antialiasing.

dnnddidiej 19 hours ago||
Makes me wonder. Geeks are happy to learn a new keyboard layout. What about a new alphabet that can give higher on screen density of data. Now 3x3 isn't necessary because we have high res monitors. We need 26 distinguishable shapes for a-z.

In theory (focusing on non colourblind english speakers) there could be say 8 distinct colours and 8 shapes giving 64 chars.

DHowett 18 hours ago||
There was a project a while back that attempted to do this, named “Dotsies”.

https://www.omniglot.com/conscripts/dotsies.htm (original site https://www.dotsies.org, which has a casual introduction text that slowly transitions into dots; however, it was unavailable at the time of writing.)

pjc50 9 hours ago|||
As various Japanese developers have discovered, you can fit quite a lot of distinct characters into 8x8 if your audience is familiar with them: https://japanese.stackexchange.com/questions/36423/is-this-8...

However I don't think even native developers with full Unicode language support tend to use Japanese/Chinese characters in variable names or keywords. There is the occasional hybrid registry key such as "令和_令_Reiwa_R" (which will allow the temporary replacement of the name of the Emperor in Windows dates when the current one dies).

fluoridation 18 hours ago|||
Doesn't braille already cover this need?
mchl-mumo 19 hours ago||
This would be insanely cool. Building characters for the digital era not for handwriting.
calebm 1 day ago|
You could call it the "Minimum Viable Font"
More comments...