Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 450 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 450 Bytes

pi-freetype

在树莓派zero/3B上使用freetype绘制中文。

fb截图

# cat /dev/fb1 > fb1.raw
# ffmpeg -vcodec rawvideo -f rawvideo -pix_fmt gray8 -s 256X64 -i fb1.raw -f image2 -vcodec png fb%d.png
  1. 编译freetype zero上编译freetype过于折磨,建议在Ubuntu上交叉编译。

  2. 使用了哪些驱动?