this is actually 4×4 if you're counting pixels needed on the output device instead of rom space needed; another, more comprehensive font of the same size is <a href="https://simplifier.neocities.org/4x4" rel="nofollow">https://simplifier.neocities.org/4x4</a><p>the same problem happens with the public-domain 'tom thumb' font pushfoo linked in <a href="https://news.ycombinator.com/item?id=38800409">https://news.ycombinator.com/item?id=38800409</a>. it is actually 4×6 (24 output pixels) but claims to be 3×5<p>it can be accessed despite tls problems at <a href="http://web.archive.org/web/20230828193815/https://robey.lag.net/2010/01/23/tiny-monospace-font.html" rel="nofollow">http://web.archive.org/web/20230828193815/https://robey.lag....</a> but says 'Please do not post this article to Hacker News.'<p>my own 4×6 font is demonstrated at <a href="http://canonical.org/~kragen/sw/dofonts-1k.html" rel="nofollow">http://canonical.org/~kragen/sw/dofonts-1k.html</a>, where it fits into a 1024-byte web page along with all the logic needed to render ascii text with it; but the proportional font i used in <a href="http://canonical.org/~kragen/bible-columns" rel="nofollow">http://canonical.org/~kragen/bible-columns</a> (rendered with <a href="http://canonical.org/~kragen/sw/netbook-misc-devel/propfontrender.py" rel="nofollow">http://canonical.org/~kragen/sw/netbook-misc-devel/propfontr...</a>) is at <a href="http://canonical.org/~kragen/sw/netbook-misc-devel/6-pixel-1-bit-proportional-font.png" rel="nofollow">http://canonical.org/~kragen/sw/netbook-misc-devel/6-pixel-1...</a> and is slightly smaller; it averages 21.5 pixels per character. this is more than anders de flon's so-called 3×3, which is 16 pixels per character, but it supports the full character set, if you think ascii is the full character set anyway. so does simplifier's 4×4 font<p>i think you could do better by using grayscale for antialiasing, and as rafabulsing pointed out, matt sarnoff's millitext <a href="http://www.msarnoff.org/millitext/" rel="nofollow">http://www.msarnoff.org/millitext/</a> uses subpixel antialiasing to get very readable text at 1⅔×5 pixels