Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 502 Bytes

README.md

File metadata and controls

26 lines (15 loc) · 502 Bytes

fbterm

A terminal emulator for any framebuffer.

Also contains an abstraction of the framebuffer, which can draw images by pixel.

purpose

Build for no_std environment,such as operating system(without vga text mode) and embedded display.

Font

Builtin Font from seabios vgabios, same as most VGA-compatible graphics cards.

vga font

Support Truetype font thanks to fontdue crate, require alloc.

truetype

Todo

  • Documents
  • PSF font
  • Cursor
  • ANSI