| Name | Date | Size | #Lines | LOC | ||
|---|---|---|---|---|---|---|
| .. | 22-Aug-2025 | - | ||||
| CMakeLists.txt | A D | 22-Aug-2025 | 345 | 8 | 5 | |
| Kconfig | A D | 22-Aug-2025 | 723 | 31 | 23 | |
| README_fonts.txt | A D | 22-Aug-2025 | 665 | 20 | 16 | |
| cfb.c | A D | 22-Aug-2025 | 16 KiB | 707 | 503 | |
| cfb_fonts.c | A D | 22-Aug-2025 | 99.5 KiB | 5,180 | 4,879 | |
| cfb_shell.c | A D | 22-Aug-2025 | 13 KiB | 557 | 428 | |
| check_cfb_fonts.ld | A D | 22-Aug-2025 | 61 | 2 | 1 |
README_fonts.txt
1The DroidSansMono.ttf font used to generate the cfb_fonts bitmaps can be 2obtained from: 3 4https://android.googlesource.com/platform/frameworks/base/+/master/data/fonts/DroidSansMono.ttf 5 6To reproduce the font bitmaps use these commands: 7 8${ZEPHYR_BASE}/scripts/build/gen_cfb_font_header.py \ 9 -i DroidSansMono.ttf \ 10 -x 10 -y 16 -s 14 --center-x \ 11 -o cfbv_1016 12${ZEPHYR_BASE}/scripts/build/gen_cfb_font_header.py \ 13 -i DroidSansMono.ttf \ 14 -x 15 -y 24 -s 22 --center-x --y-offset -2 \ 15 -o cfbv_1524 16${ZEPHYR_BASE}/scripts/build/gen_cfb_font_header.py \ 17 -i DroidSansMono.ttf \ 18 -x 20 -y 32 -s 30 --center-x --y-offset -3 \ 19 -o cfbv_2032 20