Settings

Theme

Show HN: Header-only ASCII font renderer for embedded/SDL/terminal

3 points by Den1996 4 months ago · 1 comment · 1 min read

Reader

I built a minimal, header-only ASCII font renderer for embedded systems and microcontrollers. It requires zero dependencies, supports monochrome and RGB565 displays, and uses an 8×8 pixel ASCII font (chars 32–126).

Useful for low-power devices, debug UIs, console demos, or any resource-constrained environments.

Single header (embedded_ascii.h)

Callback-based & buffer-based rendering

No heap allocation, <800B font footprint

Includes basic text measurement & demo mode

GitHub: https://github.com/Ferki-git-creator/ascii-render

No comments yet.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection