Clone repo

This commit is contained in:
2026-08-20 23:46:59 +04:00
commit e4343d4c5f
4800 changed files with 52828 additions and 0 deletions
+938
View File
@@ -0,0 +1,938 @@
[tocstart]: # (toc start)
* [U8g2 Font List](#u8g2-font-list)
* [U8g2 Font Names](#u8g2-font-names)
* [U8g2 Fonts, Capital A Height 3..8](#u8g2-fonts-capital-a-height-38)
* [3 Pixel Height](#3-pixel-height)
* [4 Pixel Height](#4-pixel-height)
* [5 Pixel Height](#5-pixel-height)
* [6 Pixel Height](#6-pixel-height)
* [7 Pixel Height](#7-pixel-height)
* [8 Pixel Height](#8-pixel-height)
[tocend]: # (toc end)
# U8g2 Font List
* Font List 3-8 Pixel Height (this page)
* [Font List 9-12 Pixel Height](fntlist12)
* [Font List 13-16 Pixel Height](fntlist16)
* [Font List 17-99 Pixel Height](fntlist99)
# U8g2 Font Names
```
<prefix> '_' <name> '_' <purpose> <char set>
```
| `<purpose>` | Description |
|---------------------|---------------------|
| `t` | Transparent font, Do not use a background color. |
| `h` | All glyphs have common height. |
| `m` | All glyphs have common height and width (monospace). |
| `8` | All glyphs fit into a 8x8 pixel box. |
| `<char set>` | Description |
|---------------------|-----------------|
| `f` | The font includes up to 256 glyphs. |
| `r` | Only glyphs on the range of the ASCII codes 32 to 127 are included in the font. |
| `u` | Only glyphs on the range of the ASCII codes 32 to 95 (uppercase chars) are included in the font. |
| `n` | Only numbers and extra glyphs for writing date and time strings are included in the font. |
| ... | Other custom character list.
# U8g2 Fonts, Capital A Height 3..8
## 3 Pixel Height
![fntpic/u8g2_font_minimal3x3_tu_short.png](fntpic/u8g2_font_minimal3x3_tu_short.png) u8g2_font_minimal3x3_tu [bitfontmaker2](fntgrpbitfontmaker2)
![fntpic/u8g2_font_3x3basic_tr_short.png](fntpic/u8g2_font_3x3basic_tr_short.png) u8g2_font_3x3basic_tr [bitfontmaker2](fntgrpbitfontmaker2)
![fntpic/u8g2_font_pearfont_tr_short.png](fntpic/u8g2_font_pearfont_tr_short.png) u8g2_font_pearfont_tr [dafont](fntgrpdafont)
## 4 Pixel Height
![fntpic/u8g2_font_u8glib_4_tf_short.png](fntpic/u8g2_font_u8glib_4_tf_short.png) u8g2_font_u8glib_4_tf [U8glib](fntgrpu8g)
![fntpic/u8g2_font_u8glib_4_tr_short.png](fntpic/u8g2_font_u8glib_4_tr_short.png) u8g2_font_u8glib_4_tr [U8glib](fntgrpu8g)
![fntpic/u8g2_font_u8glib_4_hf_short.png](fntpic/u8g2_font_u8glib_4_hf_short.png) u8g2_font_u8glib_4_hf [U8glib](fntgrpu8g)
![fntpic/u8g2_font_u8glib_4_hr_short.png](fntpic/u8g2_font_u8glib_4_hr_short.png) u8g2_font_u8glib_4_hr [U8glib](fntgrpu8g)
![fntpic/u8g2_font_tiny_gk_tr_short.png](fntpic/u8g2_font_tiny_gk_tr_short.png) u8g2_font_tiny_gk_tr [bitfontmaker2](fntgrpbitfontmaker2)
![fntpic/u8g2_font_threepix_tr_short.png](fntpic/u8g2_font_threepix_tr_short.png) u8g2_font_threepix_tr [bitfontmaker2](fntgrpbitfontmaker2)
![fntpic/u8g2_font_eventhrees_tr_short.png](fntpic/u8g2_font_eventhrees_tr_short.png) u8g2_font_eventhrees_tr [bitfontmaker2](fntgrpbitfontmaker2)
![fntpic/u8g2_font_fourmat_tf_short.png](fntpic/u8g2_font_fourmat_tf_short.png) u8g2_font_fourmat_tf [bitfontmaker2](fntgrpbitfontmaker2)
![fntpic/u8g2_font_fourmat_tr_short.png](fntpic/u8g2_font_fourmat_tr_short.png) u8g2_font_fourmat_tr [bitfontmaker2](fntgrpbitfontmaker2)
![fntpic/u8g2_font_fourmat_te_short.png](fntpic/u8g2_font_fourmat_te_short.png) u8g2_font_fourmat_te [bitfontmaker2](fntgrpbitfontmaker2)
![fntpic/u8g2_font_p01type_tf_short.png](fntpic/u8g2_font_p01type_tf_short.png) u8g2_font_p01type_tf [Fontstruct](fntgrpfontstruct)
![fntpic/u8g2_font_p01type_tr_short.png](fntpic/u8g2_font_p01type_tr_short.png) u8g2_font_p01type_tr [Fontstruct](fntgrpfontstruct)
![fntpic/u8g2_font_p01type_tn_short.png](fntpic/u8g2_font_p01type_tn_short.png) u8g2_font_p01type_tn [Fontstruct](fntgrpfontstruct)
## 5 Pixel Height
![fntpic/u8g2_font_m2icon_5_tf_short.png](fntpic/u8g2_font_m2icon_5_tf_short.png) u8g2_font_m2icon_5_tf [U8glib](fntgrpu8g)
![fntpic/u8g2_font_tiny5_tf_short.png](fntpic/u8g2_font_tiny5_tf_short.png) u8g2_font_tiny5_tf [U8glib](fntgrpu8g)
![fntpic/u8g2_font_tiny5_tr_short.png](fntpic/u8g2_font_tiny5_tr_short.png) u8g2_font_tiny5_tr [U8glib](fntgrpu8g)
![fntpic/u8g2_font_tiny5_te_short.png](fntpic/u8g2_font_tiny5_te_short.png) u8g2_font_tiny5_te [U8glib](fntgrpu8g)
![fntpic/u8g2_font_tiny5_t_all_short.png](fntpic/u8g2_font_tiny5_t_all_short.png) u8g2_font_tiny5_t_all [U8glib](fntgrpu8g)
![fntpic/u8g2_font_tiny5duo_tf_short.png](fntpic/u8g2_font_tiny5duo_tf_short.png) u8g2_font_tiny5duo_tf [U8glib](fntgrpu8g)
![fntpic/u8g2_font_tiny5duo_tr_short.png](fntpic/u8g2_font_tiny5duo_tr_short.png) u8g2_font_tiny5duo_tr [U8glib](fntgrpu8g)
![fntpic/u8g2_font_tiny5duo_te_short.png](fntpic/u8g2_font_tiny5duo_te_short.png) u8g2_font_tiny5duo_te [U8glib](fntgrpu8g)
![fntpic/u8g2_font_tiny5duo_t_all_short.png](fntpic/u8g2_font_tiny5duo_t_all_short.png) u8g2_font_tiny5duo_t_all [U8glib](fntgrpu8g)
![fntpic/u8g2_font_04b_03b_tr_short.png](fntpic/u8g2_font_04b_03b_tr_short.png) u8g2_font_04b_03b_tr [U8glib](fntgrpu8g)
![fntpic/u8g2_font_04b_03_tr_short.png](fntpic/u8g2_font_04b_03_tr_short.png) u8g2_font_04b_03_tr [U8glib](fntgrpu8g)
![fntpic/u8g2_font_micro_tr_short.png](fntpic/u8g2_font_micro_tr_short.png) u8g2_font_micro_tr [X11](fntgrpx11)
![fntpic/u8g2_font_micro_tn_short.png](fntpic/u8g2_font_micro_tn_short.png) u8g2_font_micro_tn [X11](fntgrpx11)
![fntpic/u8g2_font_micro_mr_short.png](fntpic/u8g2_font_micro_mr_short.png) u8g2_font_micro_mr [X11](fntgrpx11)
![fntpic/u8g2_font_micro_mn_short.png](fntpic/u8g2_font_micro_mn_short.png) u8g2_font_micro_mn [X11](fntgrpx11)
![fntpic/u8g2_font_4x6_tf_short.png](fntpic/u8g2_font_4x6_tf_short.png) u8g2_font_4x6_tf [X11](fntgrpx11)
![fntpic/u8g2_font_4x6_tr_short.png](fntpic/u8g2_font_4x6_tr_short.png) u8g2_font_4x6_tr [X11](fntgrpx11)
![fntpic/u8g2_font_4x6_tn_short.png](fntpic/u8g2_font_4x6_tn_short.png) u8g2_font_4x6_tn [X11](fntgrpx11)
![fntpic/u8g2_font_4x6_mf_short.png](fntpic/u8g2_font_4x6_mf_short.png) u8g2_font_4x6_mf [X11](fntgrpx11)
![fntpic/u8g2_font_4x6_mr_short.png](fntpic/u8g2_font_4x6_mr_short.png) u8g2_font_4x6_mr [X11](fntgrpx11)
![fntpic/u8g2_font_4x6_mn_short.png](fntpic/u8g2_font_4x6_mn_short.png) u8g2_font_4x6_mn [X11](fntgrpx11)
![fntpic/u8g2_font_4x6_t_cyrillic_short.png](fntpic/u8g2_font_4x6_t_cyrillic_short.png) u8g2_font_4x6_t_cyrillic [X11](fntgrpx11)
![fntpic/u8g2_font_tom_thumb_4x6_t_all_short.png](fntpic/u8g2_font_tom_thumb_4x6_t_all_short.png) u8g2_font_tom_thumb_4x6_t_all [Tom-Thumb](fntgrptomthumb)
![fntpic/u8g2_font_tom_thumb_4x6_tf_short.png](fntpic/u8g2_font_tom_thumb_4x6_tf_short.png) u8g2_font_tom_thumb_4x6_tf [Tom-Thumb](fntgrptomthumb)
![fntpic/u8g2_font_tom_thumb_4x6_tr_short.png](fntpic/u8g2_font_tom_thumb_4x6_tr_short.png) u8g2_font_tom_thumb_4x6_tr [Tom-Thumb](fntgrptomthumb)
![fntpic/u8g2_font_tom_thumb_4x6_tn_short.png](fntpic/u8g2_font_tom_thumb_4x6_tn_short.png) u8g2_font_tom_thumb_4x6_tn [Tom-Thumb](fntgrptomthumb)
![fntpic/u8g2_font_tom_thumb_4x6_te_short.png](fntpic/u8g2_font_tom_thumb_4x6_te_short.png) u8g2_font_tom_thumb_4x6_te [Tom-Thumb](fntgrptomthumb)
![fntpic/u8g2_font_tom_thumb_4x6_mf_short.png](fntpic/u8g2_font_tom_thumb_4x6_mf_short.png) u8g2_font_tom_thumb_4x6_mf [Tom-Thumb](fntgrptomthumb)
![fntpic/u8g2_font_tom_thumb_4x6_mr_short.png](fntpic/u8g2_font_tom_thumb_4x6_mr_short.png) u8g2_font_tom_thumb_4x6_mr [Tom-Thumb](fntgrptomthumb)
![fntpic/u8g2_font_tom_thumb_4x6_mn_short.png](fntpic/u8g2_font_tom_thumb_4x6_mn_short.png) u8g2_font_tom_thumb_4x6_mn [Tom-Thumb](fntgrptomthumb)
![fntpic/u8g2_font_tom_thumb_4x6_me_short.png](fntpic/u8g2_font_tom_thumb_4x6_me_short.png) u8g2_font_tom_thumb_4x6_me [Tom-Thumb](fntgrptomthumb)
![fntpic/u8g2_font_tinytim_tf_short.png](fntpic/u8g2_font_tinytim_tf_short.png) u8g2_font_tinytim_tf [Tulamide](fntgrptulamide)
![fntpic/u8g2_font_tinytim_tr_short.png](fntpic/u8g2_font_tinytim_tr_short.png) u8g2_font_tinytim_tr [Tulamide](fntgrptulamide)
![fntpic/u8g2_font_tinytim_tn_short.png](fntpic/u8g2_font_tinytim_tn_short.png) u8g2_font_tinytim_tn [Tulamide](fntgrptulamide)
![fntpic/u8g2_font_tiny_simon_tr_short.png](fntpic/u8g2_font_tiny_simon_tr_short.png) u8g2_font_tiny_simon_tr [bitfontmaker2](fntgrpbitfontmaker2)
![fntpic/u8g2_font_tiny_simon_mr_short.png](fntpic/u8g2_font_tiny_simon_mr_short.png) u8g2_font_tiny_simon_mr [bitfontmaker2](fntgrpbitfontmaker2)
![fntpic/u8g2_font_smolfont_tf_short.png](fntpic/u8g2_font_smolfont_tf_short.png) u8g2_font_smolfont_tf [bitfontmaker2](fntgrpbitfontmaker2)
![fntpic/u8g2_font_smolfont_tr_short.png](fntpic/u8g2_font_smolfont_tr_short.png) u8g2_font_smolfont_tr [bitfontmaker2](fntgrpbitfontmaker2)
![fntpic/u8g2_font_smolfont_te_short.png](fntpic/u8g2_font_smolfont_te_short.png) u8g2_font_smolfont_te [bitfontmaker2](fntgrpbitfontmaker2)
![fntpic/u8g2_font_tinyunicode_tf_short.png](fntpic/u8g2_font_tinyunicode_tf_short.png) u8g2_font_tinyunicode_tf [bitfontmaker2](fntgrpbitfontmaker2)
![fntpic/u8g2_font_tinyunicode_tr_short.png](fntpic/u8g2_font_tinyunicode_tr_short.png) u8g2_font_tinyunicode_tr [bitfontmaker2](fntgrpbitfontmaker2)
![fntpic/u8g2_font_tinyunicode_te_short.png](fntpic/u8g2_font_tinyunicode_te_short.png) u8g2_font_tinyunicode_te [bitfontmaker2](fntgrpbitfontmaker2)
![fntpic/u8g2_font_micropixel_tf_short.png](fntpic/u8g2_font_micropixel_tf_short.png) u8g2_font_micropixel_tf [bitfontmaker2](fntgrpbitfontmaker2)
![fntpic/u8g2_font_micropixel_tr_short.png](fntpic/u8g2_font_micropixel_tr_short.png) u8g2_font_micropixel_tr [bitfontmaker2](fntgrpbitfontmaker2)
![fntpic/u8g2_font_micropixel_te_short.png](fntpic/u8g2_font_micropixel_te_short.png) u8g2_font_micropixel_te [bitfontmaker2](fntgrpbitfontmaker2)
![fntpic/u8g2_font_tinypixie2_tr_short.png](fntpic/u8g2_font_tinypixie2_tr_short.png) u8g2_font_tinypixie2_tr [bitfontmaker2](fntgrpbitfontmaker2)
![fntpic/u8g2_font_standardized3x5_tr_short.png](fntpic/u8g2_font_standardized3x5_tr_short.png) u8g2_font_standardized3x5_tr [bitfontmaker2](fntgrpbitfontmaker2)
![fntpic/u8g2_font_fivepx_tr_short.png](fntpic/u8g2_font_fivepx_tr_short.png) u8g2_font_fivepx_tr [bitfontmaker2](fntgrpbitfontmaker2)
![fntpic/u8g2_font_3x5im_tr_short.png](fntpic/u8g2_font_3x5im_tr_short.png) u8g2_font_3x5im_tr [bitfontmaker2](fntgrpbitfontmaker2)
![fntpic/u8g2_font_3x5im_te_short.png](fntpic/u8g2_font_3x5im_te_short.png) u8g2_font_3x5im_te [bitfontmaker2](fntgrpbitfontmaker2)
![fntpic/u8g2_font_3x5im_mr_short.png](fntpic/u8g2_font_3x5im_mr_short.png) u8g2_font_3x5im_mr [bitfontmaker2](fntgrpbitfontmaker2)
![fntpic/u8g2_font_wedge_tr_short.png](fntpic/u8g2_font_wedge_tr_short.png) u8g2_font_wedge_tr [bitfontmaker2](fntgrpbitfontmaker2)
![fntpic/u8g2_font_kibibyte_tr_short.png](fntpic/u8g2_font_kibibyte_tr_short.png) u8g2_font_kibibyte_tr [bitfontmaker2](fntgrpbitfontmaker2)
![fntpic/u8g2_font_kibibyte_te_short.png](fntpic/u8g2_font_kibibyte_te_short.png) u8g2_font_kibibyte_te [bitfontmaker2](fntgrpbitfontmaker2)
![fntpic/u8g2_font_tinyface_tr_short.png](fntpic/u8g2_font_tinyface_tr_short.png) u8g2_font_tinyface_tr [bitfontmaker2](fntgrpbitfontmaker2)
![fntpic/u8g2_font_tinyface_te_short.png](fntpic/u8g2_font_tinyface_te_short.png) u8g2_font_tinyface_te [bitfontmaker2](fntgrpbitfontmaker2)
![fntpic/u8g2_font_baby_tf_short.png](fntpic/u8g2_font_baby_tf_short.png) u8g2_font_baby_tf [Fontstruct](fntgrpfontstruct)
![fntpic/u8g2_font_baby_tr_short.png](fntpic/u8g2_font_baby_tr_short.png) u8g2_font_baby_tr [Fontstruct](fntgrpfontstruct)
![fntpic/u8g2_font_baby_tn_short.png](fntpic/u8g2_font_baby_tn_short.png) u8g2_font_baby_tn [Fontstruct](fntgrpfontstruct)
![fntpic/u8g2_font_blipfest_07_tr_short.png](fntpic/u8g2_font_blipfest_07_tr_short.png) u8g2_font_blipfest_07_tr [Fontstruct](fntgrpfontstruct)
![fntpic/u8g2_font_blipfest_07_tn_short.png](fntpic/u8g2_font_blipfest_07_tn_short.png) u8g2_font_blipfest_07_tn [Fontstruct](fntgrpfontstruct)
![fntpic/u8g2_font_chikita_tf_short.png](fntpic/u8g2_font_chikita_tf_short.png) u8g2_font_chikita_tf [Fontstruct](fntgrpfontstruct)
![fntpic/u8g2_font_chikita_tr_short.png](fntpic/u8g2_font_chikita_tr_short.png) u8g2_font_chikita_tr [Fontstruct](fntgrpfontstruct)
![fntpic/u8g2_font_chikita_tn_short.png](fntpic/u8g2_font_chikita_tn_short.png) u8g2_font_chikita_tn [Fontstruct](fntgrpfontstruct)
![fntpic/u8g2_font_pixelle_micro_tr_short.png](fntpic/u8g2_font_pixelle_micro_tr_short.png) u8g2_font_pixelle_micro_tr [Fontstruct](fntgrpfontstruct)
![fntpic/u8g2_font_pixelle_micro_tn_short.png](fntpic/u8g2_font_pixelle_micro_tn_short.png) u8g2_font_pixelle_micro_tn [Fontstruct](fntgrpfontstruct)
![fntpic/u8g2_font_trixel_square_tf_short.png](fntpic/u8g2_font_trixel_square_tf_short.png) u8g2_font_trixel_square_tf [Fontstruct](fntgrpfontstruct)
![fntpic/u8g2_font_trixel_square_tr_short.png](fntpic/u8g2_font_trixel_square_tr_short.png) u8g2_font_trixel_square_tr [Fontstruct](fntgrpfontstruct)
![fntpic/u8g2_font_trixel_square_tn_short.png](fntpic/u8g2_font_trixel_square_tn_short.png) u8g2_font_trixel_square_tn [Fontstruct](fntgrpfontstruct)
## 6 Pixel Height
![fntpic/u8g2_font_squeezed_r6_tr_short.png](fntpic/u8g2_font_squeezed_r6_tr_short.png) u8g2_font_squeezed_r6_tr [U8glib](fntgrpu8g)
![fntpic/u8g2_font_squeezed_r6_tn_short.png](fntpic/u8g2_font_squeezed_r6_tn_short.png) u8g2_font_squeezed_r6_tn [U8glib](fntgrpu8g)
![fntpic/u8g2_font_squeezed_b6_tr_short.png](fntpic/u8g2_font_squeezed_b6_tr_short.png) u8g2_font_squeezed_b6_tr [U8glib](fntgrpu8g)
![fntpic/u8g2_font_squeezed_b6_tn_short.png](fntpic/u8g2_font_squeezed_b6_tn_short.png) u8g2_font_squeezed_b6_tn [U8glib](fntgrpu8g)
![fntpic/u8g2_font_5x7_tf_short.png](fntpic/u8g2_font_5x7_tf_short.png) u8g2_font_5x7_tf [X11](fntgrpx11)
![fntpic/u8g2_font_5x7_tr_short.png](fntpic/u8g2_font_5x7_tr_short.png) u8g2_font_5x7_tr [X11](fntgrpx11)
![fntpic/u8g2_font_5x7_tn_short.png](fntpic/u8g2_font_5x7_tn_short.png) u8g2_font_5x7_tn [X11](fntgrpx11)
![fntpic/u8g2_font_5x7_mf_short.png](fntpic/u8g2_font_5x7_mf_short.png) u8g2_font_5x7_mf [X11](fntgrpx11)
![fntpic/u8g2_font_5x7_mr_short.png](fntpic/u8g2_font_5x7_mr_short.png) u8g2_font_5x7_mr [X11](fntgrpx11)
![fntpic/u8g2_font_5x7_mn_short.png](fntpic/u8g2_font_5x7_mn_short.png) u8g2_font_5x7_mn [X11](fntgrpx11)
![fntpic/u8g2_font_5x7_t_cyrillic_short.png](fntpic/u8g2_font_5x7_t_cyrillic_short.png) u8g2_font_5x7_t_cyrillic [X11](fntgrpx11)
![fntpic/u8g2_font_5x8_tf_short.png](fntpic/u8g2_font_5x8_tf_short.png) u8g2_font_5x8_tf [X11](fntgrpx11)
![fntpic/u8g2_font_5x8_tr_short.png](fntpic/u8g2_font_5x8_tr_short.png) u8g2_font_5x8_tr [X11](fntgrpx11)
![fntpic/u8g2_font_5x8_mf_short.png](fntpic/u8g2_font_5x8_mf_short.png) u8g2_font_5x8_mf [X11](fntgrpx11)
![fntpic/u8g2_font_5x8_mr_short.png](fntpic/u8g2_font_5x8_mr_short.png) u8g2_font_5x8_mr [X11](fntgrpx11)
![fntpic/u8g2_font_5x8_t_cyrillic_short.png](fntpic/u8g2_font_5x8_t_cyrillic_short.png) u8g2_font_5x8_t_cyrillic [X11](fntgrpx11)
![fntpic/u8g2_font_profont10_tf_short.png](fntpic/u8g2_font_profont10_tf_short.png) u8g2_font_profont10_tf [Profont](fntgrpprofont)
![fntpic/u8g2_font_profont10_tr_short.png](fntpic/u8g2_font_profont10_tr_short.png) u8g2_font_profont10_tr [Profont](fntgrpprofont)
![fntpic/u8g2_font_profont10_tn_short.png](fntpic/u8g2_font_profont10_tn_short.png) u8g2_font_profont10_tn [Profont](fntgrpprofont)
![fntpic/u8g2_font_profont10_mf_short.png](fntpic/u8g2_font_profont10_mf_short.png) u8g2_font_profont10_mf [Profont](fntgrpprofont)
![fntpic/u8g2_font_profont10_mr_short.png](fntpic/u8g2_font_profont10_mr_short.png) u8g2_font_profont10_mr [Profont](fntgrpprofont)
![fntpic/u8g2_font_profont10_mn_short.png](fntpic/u8g2_font_profont10_mn_short.png) u8g2_font_profont10_mn [Profont](fntgrpprofont)
![fntpic/u8g2_font_iranian_sans_8_t_all_short.png](fntpic/u8g2_font_iranian_sans_8_t_all_short.png) u8g2_font_iranian_sans_8_t_all [Persian](fntgrppersian)
![fntpic/u8g2_font_synchronizer_nbp_tf_short.png](fntpic/u8g2_font_synchronizer_nbp_tf_short.png) u8g2_font_synchronizer_nbp_tf [NBP](fntgrpnbp)
![fntpic/u8g2_font_synchronizer_nbp_tr_short.png](fntpic/u8g2_font_synchronizer_nbp_tr_short.png) u8g2_font_synchronizer_nbp_tr [NBP](fntgrpnbp)
![fntpic/u8g2_font_synchronizer_nbp_tn_short.png](fntpic/u8g2_font_synchronizer_nbp_tn_short.png) u8g2_font_synchronizer_nbp_tn [NBP](fntgrpnbp)
![fntpic/u8g2_font_smallsimple_tr_short.png](fntpic/u8g2_font_smallsimple_tr_short.png) u8g2_font_smallsimple_tr [bitfontmaker2](fntgrpbitfontmaker2)
![fntpic/u8g2_font_smallsimple_te_short.png](fntpic/u8g2_font_smallsimple_te_short.png) u8g2_font_smallsimple_te [bitfontmaker2](fntgrpbitfontmaker2)
![fntpic/u8g2_font_PixelTheatre_tr_short.png](fntpic/u8g2_font_PixelTheatre_tr_short.png) u8g2_font_PixelTheatre_tr [JapanYoshi](fntgrpjapanyoshi)
![fntpic/u8g2_font_PixelTheatre_te_short.png](fntpic/u8g2_font_PixelTheatre_te_short.png) u8g2_font_PixelTheatre_te [JapanYoshi](fntgrpjapanyoshi)
![fntpic/u8g2_font_spleen5x8_mf_short.png](fntpic/u8g2_font_spleen5x8_mf_short.png) u8g2_font_spleen5x8_mf [Spleen](fntgrpspleen)
![fntpic/u8g2_font_spleen5x8_mr_short.png](fntpic/u8g2_font_spleen5x8_mr_short.png) u8g2_font_spleen5x8_mr [Spleen](fntgrpspleen)
![fntpic/u8g2_font_spleen5x8_mu_short.png](fntpic/u8g2_font_spleen5x8_mu_short.png) u8g2_font_spleen5x8_mu [Spleen](fntgrpspleen)
![fntpic/u8g2_font_spleen5x8_me_short.png](fntpic/u8g2_font_spleen5x8_me_short.png) u8g2_font_spleen5x8_me [Spleen](fntgrpspleen)
![fntpic/u8g2_font_pixelpoiiz_tr_short.png](fntpic/u8g2_font_pixelpoiiz_tr_short.png) u8g2_font_pixelpoiiz_tr [dafont](fntgrpdafont)
![fntpic/u8g2_font_boutique_bitmap_7x7_tf_short.png](fntpic/u8g2_font_boutique_bitmap_7x7_tf_short.png) u8g2_font_boutique_bitmap_7x7_tf [BoutiqueBitmap](fntgrpbb)
![fntpic/u8g2_font_boutique_bitmap_7x7_tr_short.png](fntpic/u8g2_font_boutique_bitmap_7x7_tr_short.png) u8g2_font_boutique_bitmap_7x7_tr [BoutiqueBitmap](fntgrpbb)
![fntpic/u8g2_font_boutique_bitmap_7x7_tn_short.png](fntpic/u8g2_font_boutique_bitmap_7x7_tn_short.png) u8g2_font_boutique_bitmap_7x7_tn [BoutiqueBitmap](fntgrpbb)
![fntpic/u8g2_font_boutique_bitmap_7x7_te_short.png](fntpic/u8g2_font_boutique_bitmap_7x7_te_short.png) u8g2_font_boutique_bitmap_7x7_te [BoutiqueBitmap](fntgrpbb)
![fntpic/u8g2_font_boutique_bitmap_7x7_t_all_short.png](fntpic/u8g2_font_boutique_bitmap_7x7_t_all_short.png) u8g2_font_boutique_bitmap_7x7_t_all [BoutiqueBitmap](fntgrpbb)
![fntpic/u8g2_font_boutique_bitmap_7x7_t_chinese1_short.png](fntpic/u8g2_font_boutique_bitmap_7x7_t_chinese1_short.png) u8g2_font_boutique_bitmap_7x7_t_chinese1 [BoutiqueBitmap](fntgrpbb)
![fntpic/u8g2_font_boutique_bitmap_7x7_t_chinese2_short.png](fntpic/u8g2_font_boutique_bitmap_7x7_t_chinese2_short.png) u8g2_font_boutique_bitmap_7x7_t_chinese2 [BoutiqueBitmap](fntgrpbb)
![fntpic/u8g2_font_boutique_bitmap_7x7_t_chinese3_short.png](fntpic/u8g2_font_boutique_bitmap_7x7_t_chinese3_short.png) u8g2_font_boutique_bitmap_7x7_t_chinese3 [BoutiqueBitmap](fntgrpbb)
![fntpic/u8g2_font_boutique_bitmap_7x7_t_gb2312_short.png](fntpic/u8g2_font_boutique_bitmap_7x7_t_gb2312_short.png) u8g2_font_boutique_bitmap_7x7_t_gb2312 [BoutiqueBitmap](fntgrpbb)
![fntpic/u8g2_font_boutique_bitmap_7x7_t_gb2312a_short.png](fntpic/u8g2_font_boutique_bitmap_7x7_t_gb2312a_short.png) u8g2_font_boutique_bitmap_7x7_t_gb2312a [BoutiqueBitmap](fntgrpbb)
![fntpic/u8g2_font_boutique_bitmap_7x7_t_gb2312b_short.png](fntpic/u8g2_font_boutique_bitmap_7x7_t_gb2312b_short.png) u8g2_font_boutique_bitmap_7x7_t_gb2312b [BoutiqueBitmap](fntgrpbb)
![fntpic/u8g2_font_boutique_bitmap_9x9_tf_short.png](fntpic/u8g2_font_boutique_bitmap_9x9_tf_short.png) u8g2_font_boutique_bitmap_9x9_tf [BoutiqueBitmap](fntgrpbb)
![fntpic/u8g2_font_boutique_bitmap_9x9_tr_short.png](fntpic/u8g2_font_boutique_bitmap_9x9_tr_short.png) u8g2_font_boutique_bitmap_9x9_tr [BoutiqueBitmap](fntgrpbb)
![fntpic/u8g2_font_boutique_bitmap_9x9_tn_short.png](fntpic/u8g2_font_boutique_bitmap_9x9_tn_short.png) u8g2_font_boutique_bitmap_9x9_tn [BoutiqueBitmap](fntgrpbb)
![fntpic/u8g2_font_boutique_bitmap_9x9_te_short.png](fntpic/u8g2_font_boutique_bitmap_9x9_te_short.png) u8g2_font_boutique_bitmap_9x9_te [BoutiqueBitmap](fntgrpbb)
![fntpic/u8g2_font_boutique_bitmap_9x9_t_all_short.png](fntpic/u8g2_font_boutique_bitmap_9x9_t_all_short.png) u8g2_font_boutique_bitmap_9x9_t_all [BoutiqueBitmap](fntgrpbb)
![fntpic/u8g2_font_boutique_bitmap_9x9_t_chinese1_short.png](fntpic/u8g2_font_boutique_bitmap_9x9_t_chinese1_short.png) u8g2_font_boutique_bitmap_9x9_t_chinese1 [BoutiqueBitmap](fntgrpbb)
![fntpic/u8g2_font_boutique_bitmap_9x9_t_chinese2_short.png](fntpic/u8g2_font_boutique_bitmap_9x9_t_chinese2_short.png) u8g2_font_boutique_bitmap_9x9_t_chinese2 [BoutiqueBitmap](fntgrpbb)
![fntpic/u8g2_font_boutique_bitmap_9x9_t_chinese3_short.png](fntpic/u8g2_font_boutique_bitmap_9x9_t_chinese3_short.png) u8g2_font_boutique_bitmap_9x9_t_chinese3 [BoutiqueBitmap](fntgrpbb)
![fntpic/u8g2_font_boutique_bitmap_9x9_t_gb2312_short.png](fntpic/u8g2_font_boutique_bitmap_9x9_t_gb2312_short.png) u8g2_font_boutique_bitmap_9x9_t_gb2312 [BoutiqueBitmap](fntgrpbb)
![fntpic/u8g2_font_boutique_bitmap_9x9_t_gb2312a_short.png](fntpic/u8g2_font_boutique_bitmap_9x9_t_gb2312a_short.png) u8g2_font_boutique_bitmap_9x9_t_gb2312a [BoutiqueBitmap](fntgrpbb)
![fntpic/u8g2_font_boutique_bitmap_9x9_t_gb2312b_short.png](fntpic/u8g2_font_boutique_bitmap_9x9_t_gb2312b_short.png) u8g2_font_boutique_bitmap_9x9_t_gb2312b [BoutiqueBitmap](fntgrpbb)
![fntpic/u8g2_font_boutique_bitmap_9x9_bold_tf_short.png](fntpic/u8g2_font_boutique_bitmap_9x9_bold_tf_short.png) u8g2_font_boutique_bitmap_9x9_bold_tf [BoutiqueBitmap](fntgrpbb)
![fntpic/u8g2_font_boutique_bitmap_9x9_bold_tr_short.png](fntpic/u8g2_font_boutique_bitmap_9x9_bold_tr_short.png) u8g2_font_boutique_bitmap_9x9_bold_tr [BoutiqueBitmap](fntgrpbb)
![fntpic/u8g2_font_boutique_bitmap_9x9_bold_tn_short.png](fntpic/u8g2_font_boutique_bitmap_9x9_bold_tn_short.png) u8g2_font_boutique_bitmap_9x9_bold_tn [BoutiqueBitmap](fntgrpbb)
![fntpic/u8g2_font_boutique_bitmap_9x9_bold_te_short.png](fntpic/u8g2_font_boutique_bitmap_9x9_bold_te_short.png) u8g2_font_boutique_bitmap_9x9_bold_te [BoutiqueBitmap](fntgrpbb)
![fntpic/u8g2_font_boutique_bitmap_9x9_bold_t_all_short.png](fntpic/u8g2_font_boutique_bitmap_9x9_bold_t_all_short.png) u8g2_font_boutique_bitmap_9x9_bold_t_all [BoutiqueBitmap](fntgrpbb)
![fntpic/u8g2_font_boutique_bitmap_9x9_bold_t_chinese1_short.png](fntpic/u8g2_font_boutique_bitmap_9x9_bold_t_chinese1_short.png) u8g2_font_boutique_bitmap_9x9_bold_t_chinese1 [BoutiqueBitmap](fntgrpbb)
![fntpic/u8g2_font_boutique_bitmap_9x9_bold_t_chinese2_short.png](fntpic/u8g2_font_boutique_bitmap_9x9_bold_t_chinese2_short.png) u8g2_font_boutique_bitmap_9x9_bold_t_chinese2 [BoutiqueBitmap](fntgrpbb)
![fntpic/u8g2_font_boutique_bitmap_9x9_bold_t_chinese3_short.png](fntpic/u8g2_font_boutique_bitmap_9x9_bold_t_chinese3_short.png) u8g2_font_boutique_bitmap_9x9_bold_t_chinese3 [BoutiqueBitmap](fntgrpbb)
![fntpic/u8g2_font_boutique_bitmap_9x9_bold_t_gb2312_short.png](fntpic/u8g2_font_boutique_bitmap_9x9_bold_t_gb2312_short.png) u8g2_font_boutique_bitmap_9x9_bold_t_gb2312 [BoutiqueBitmap](fntgrpbb)
![fntpic/u8g2_font_boutique_bitmap_9x9_bold_t_gb2312a_short.png](fntpic/u8g2_font_boutique_bitmap_9x9_bold_t_gb2312a_short.png) u8g2_font_boutique_bitmap_9x9_bold_t_gb2312a [BoutiqueBitmap](fntgrpbb)
![fntpic/u8g2_font_boutique_bitmap_9x9_bold_t_gb2312b_short.png](fntpic/u8g2_font_boutique_bitmap_9x9_bold_t_gb2312b_short.png) u8g2_font_boutique_bitmap_9x9_bold_t_gb2312b [BoutiqueBitmap](fntgrpbb)
![fntpic/u8g2_font_b10_t_japanese1_short.png](fntpic/u8g2_font_b10_t_japanese1_short.png) u8g2_font_b10_t_japanese1 [efont](fntgrpefont)
![fntpic/u8g2_font_b10_t_japanese2_short.png](fntpic/u8g2_font_b10_t_japanese2_short.png) u8g2_font_b10_t_japanese2 [efont](fntgrpefont)
![fntpic/u8g2_font_b10_b_t_japanese1_short.png](fntpic/u8g2_font_b10_b_t_japanese1_short.png) u8g2_font_b10_b_t_japanese1 [efont](fntgrpefont)
![fntpic/u8g2_font_b10_b_t_japanese2_short.png](fntpic/u8g2_font_b10_b_t_japanese2_short.png) u8g2_font_b10_b_t_japanese2 [efont](fntgrpefont)
![fntpic/u8g2_font_chroma48medium8_8r_short.png](fntpic/u8g2_font_chroma48medium8_8r_short.png) u8g2_font_chroma48medium8_8r [Open Game Art](fntgrpopengameart)
![fntpic/u8g2_font_chroma48medium8_8n_short.png](fntpic/u8g2_font_chroma48medium8_8n_short.png) u8g2_font_chroma48medium8_8n [Open Game Art](fntgrpopengameart)
![fntpic/u8g2_font_chroma48medium8_8u_short.png](fntpic/u8g2_font_chroma48medium8_8u_short.png) u8g2_font_chroma48medium8_8u [Open Game Art](fntgrpopengameart)
![fntpic/u8g2_font_courB08_tf_short.png](fntpic/u8g2_font_courB08_tf_short.png) u8g2_font_courB08_tf [Adobe X11](fntgrpadobex11)
![fntpic/u8g2_font_courB08_tr_short.png](fntpic/u8g2_font_courB08_tr_short.png) u8g2_font_courB08_tr [Adobe X11](fntgrpadobex11)
![fntpic/u8g2_font_courB08_tn_short.png](fntpic/u8g2_font_courB08_tn_short.png) u8g2_font_courB08_tn [Adobe X11](fntgrpadobex11)
![fntpic/u8g2_font_courR08_tf_short.png](fntpic/u8g2_font_courR08_tf_short.png) u8g2_font_courR08_tf [Adobe X11](fntgrpadobex11)
![fntpic/u8g2_font_courR08_tr_short.png](fntpic/u8g2_font_courR08_tr_short.png) u8g2_font_courR08_tr [Adobe X11](fntgrpadobex11)
![fntpic/u8g2_font_courR08_tn_short.png](fntpic/u8g2_font_courR08_tn_short.png) u8g2_font_courR08_tn [Adobe X11](fntgrpadobex11)
![fntpic/u8g2_font_pcsenior_8f_short.png](fntpic/u8g2_font_pcsenior_8f_short.png) u8g2_font_pcsenior_8f [Codeman38](fntgrpcodeman38)
![fntpic/u8g2_font_pcsenior_8r_short.png](fntpic/u8g2_font_pcsenior_8r_short.png) u8g2_font_pcsenior_8r [Codeman38](fntgrpcodeman38)
![fntpic/u8g2_font_pcsenior_8n_short.png](fntpic/u8g2_font_pcsenior_8n_short.png) u8g2_font_pcsenior_8n [Codeman38](fntgrpcodeman38)
![fntpic/u8g2_font_pcsenior_8u_short.png](fntpic/u8g2_font_pcsenior_8u_short.png) u8g2_font_pcsenior_8u [Codeman38](fntgrpcodeman38)
## 7 Pixel Height
![fntpic/u8g2_font_m2icon_7_tf_short.png](fntpic/u8g2_font_m2icon_7_tf_short.png) u8g2_font_m2icon_7_tf [U8glib](fntgrpu8g)
![fntpic/u8g2_font_squeezed_r7_tr_short.png](fntpic/u8g2_font_squeezed_r7_tr_short.png) u8g2_font_squeezed_r7_tr [U8glib](fntgrpu8g)
![fntpic/u8g2_font_squeezed_r7_tn_short.png](fntpic/u8g2_font_squeezed_r7_tn_short.png) u8g2_font_squeezed_r7_tn [U8glib](fntgrpu8g)
![fntpic/u8g2_font_squeezed_b7_tr_short.png](fntpic/u8g2_font_squeezed_b7_tr_short.png) u8g2_font_squeezed_b7_tr [U8glib](fntgrpu8g)
![fntpic/u8g2_font_squeezed_b7_tn_short.png](fntpic/u8g2_font_squeezed_b7_tn_short.png) u8g2_font_squeezed_b7_tn [U8glib](fntgrpu8g)
![fntpic/u8g2_font_5x8_tn_short.png](fntpic/u8g2_font_5x8_tn_short.png) u8g2_font_5x8_tn [X11](fntgrpx11)
![fntpic/u8g2_font_5x8_mn_short.png](fntpic/u8g2_font_5x8_mn_short.png) u8g2_font_5x8_mn [X11](fntgrpx11)
![fntpic/u8g2_font_6x10_tf_short.png](fntpic/u8g2_font_6x10_tf_short.png) u8g2_font_6x10_tf [X11](fntgrpx11)
![fntpic/u8g2_font_6x10_tr_short.png](fntpic/u8g2_font_6x10_tr_short.png) u8g2_font_6x10_tr [X11](fntgrpx11)
![fntpic/u8g2_font_6x10_mf_short.png](fntpic/u8g2_font_6x10_mf_short.png) u8g2_font_6x10_mf [X11](fntgrpx11)
![fntpic/u8g2_font_6x10_mr_short.png](fntpic/u8g2_font_6x10_mr_short.png) u8g2_font_6x10_mr [X11](fntgrpx11)
![fntpic/u8g2_font_6x12_tf_short.png](fntpic/u8g2_font_6x12_tf_short.png) u8g2_font_6x12_tf [X11](fntgrpx11)
![fntpic/u8g2_font_6x12_tr_short.png](fntpic/u8g2_font_6x12_tr_short.png) u8g2_font_6x12_tr [X11](fntgrpx11)
![fntpic/u8g2_font_6x12_te_short.png](fntpic/u8g2_font_6x12_te_short.png) u8g2_font_6x12_te [X11](fntgrpx11)
![fntpic/u8g2_font_6x12_mf_short.png](fntpic/u8g2_font_6x12_mf_short.png) u8g2_font_6x12_mf [X11](fntgrpx11)
![fntpic/u8g2_font_6x12_mr_short.png](fntpic/u8g2_font_6x12_mr_short.png) u8g2_font_6x12_mr [X11](fntgrpx11)
![fntpic/u8g2_font_6x12_me_short.png](fntpic/u8g2_font_6x12_me_short.png) u8g2_font_6x12_me [X11](fntgrpx11)
![fntpic/u8g2_font_6x12_t_symbols_short.png](fntpic/u8g2_font_6x12_t_symbols_short.png) u8g2_font_6x12_t_symbols [X11](fntgrpx11)
![fntpic/u8g2_font_6x12_m_symbols_short.png](fntpic/u8g2_font_6x12_m_symbols_short.png) u8g2_font_6x12_m_symbols [X11](fntgrpx11)
![fntpic/u8g2_font_6x12_t_cyrillic_short.png](fntpic/u8g2_font_6x12_t_cyrillic_short.png) u8g2_font_6x12_t_cyrillic [X11](fntgrpx11)
![fntpic/u8g2_font_siji_t_6x10_short.png](fntpic/u8g2_font_siji_t_6x10_short.png) u8g2_font_siji_t_6x10 [Siji Icon Font](fntgrpsiji)
![fntpic/u8g2_font_open_iconic_arrow_1x_t_short.png](fntpic/u8g2_font_open_iconic_arrow_1x_t_short.png) u8g2_font_open_iconic_arrow_1x_t [Open Iconic](fntgrpiconic)
![fntpic/u8g2_font_open_iconic_other_1x_t_short.png](fntpic/u8g2_font_open_iconic_other_1x_t_short.png) u8g2_font_open_iconic_other_1x_t [Open Iconic](fntgrpiconic)
![fntpic/u8g2_font_profont11_tf_short.png](fntpic/u8g2_font_profont11_tf_short.png) u8g2_font_profont11_tf [Profont](fntgrpprofont)
![fntpic/u8g2_font_profont11_tr_short.png](fntpic/u8g2_font_profont11_tr_short.png) u8g2_font_profont11_tr [Profont](fntgrpprofont)
![fntpic/u8g2_font_profont11_tn_short.png](fntpic/u8g2_font_profont11_tn_short.png) u8g2_font_profont11_tn [Profont](fntgrpprofont)
![fntpic/u8g2_font_profont11_mf_short.png](fntpic/u8g2_font_profont11_mf_short.png) u8g2_font_profont11_mf [Profont](fntgrpprofont)
![fntpic/u8g2_font_profont11_mr_short.png](fntpic/u8g2_font_profont11_mr_short.png) u8g2_font_profont11_mr [Profont](fntgrpprofont)
![fntpic/u8g2_font_profont11_mn_short.png](fntpic/u8g2_font_profont11_mn_short.png) u8g2_font_profont11_mn [Profont](fntgrpprofont)
![fntpic/u8g2_font_iranian_sans_10_t_all_short.png](fntpic/u8g2_font_iranian_sans_10_t_all_short.png) u8g2_font_iranian_sans_10_t_all [Persian](fntgrppersian)
![fntpic/u8g2_font_mozart_nbp_tf_short.png](fntpic/u8g2_font_mozart_nbp_tf_short.png) u8g2_font_mozart_nbp_tf [NBP](fntgrpnbp)
![fntpic/u8g2_font_mozart_nbp_tr_short.png](fntpic/u8g2_font_mozart_nbp_tr_short.png) u8g2_font_mozart_nbp_tr [NBP](fntgrpnbp)
![fntpic/u8g2_font_mozart_nbp_tn_short.png](fntpic/u8g2_font_mozart_nbp_tn_short.png) u8g2_font_mozart_nbp_tn [NBP](fntgrpnbp)
![fntpic/u8g2_font_mozart_nbp_t_all_short.png](fntpic/u8g2_font_mozart_nbp_t_all_short.png) u8g2_font_mozart_nbp_t_all [NBP](fntgrpnbp)
![fntpic/u8g2_font_mozart_nbp_h_all_short.png](fntpic/u8g2_font_mozart_nbp_h_all_short.png) u8g2_font_mozart_nbp_h_all [NBP](fntgrpnbp)
![fntpic/u8g2_font_roentgen_nbp_tf_short.png](fntpic/u8g2_font_roentgen_nbp_tf_short.png) u8g2_font_roentgen_nbp_tf [NBP](fntgrpnbp)
![fntpic/u8g2_font_roentgen_nbp_tr_short.png](fntpic/u8g2_font_roentgen_nbp_tr_short.png) u8g2_font_roentgen_nbp_tr [NBP](fntgrpnbp)
![fntpic/u8g2_font_roentgen_nbp_tn_short.png](fntpic/u8g2_font_roentgen_nbp_tn_short.png) u8g2_font_roentgen_nbp_tn [NBP](fntgrpnbp)
![fntpic/u8g2_font_roentgen_nbp_t_all_short.png](fntpic/u8g2_font_roentgen_nbp_t_all_short.png) u8g2_font_roentgen_nbp_t_all [NBP](fntgrpnbp)
![fntpic/u8g2_font_roentgen_nbp_h_all_short.png](fntpic/u8g2_font_roentgen_nbp_h_all_short.png) u8g2_font_roentgen_nbp_h_all [NBP](fntgrpnbp)
![fntpic/u8g2_font_sandyforest_tr_short.png](fntpic/u8g2_font_sandyforest_tr_short.png) u8g2_font_sandyforest_tr [JayWright](fntgrpjaywright)
![fntpic/u8g2_font_sandyforest_tn_short.png](fntpic/u8g2_font_sandyforest_tn_short.png) u8g2_font_sandyforest_tn [JayWright](fntgrpjaywright)
![fntpic/u8g2_font_sandyforest_tu_short.png](fntpic/u8g2_font_sandyforest_tu_short.png) u8g2_font_sandyforest_tu [JayWright](fntgrpjaywright)
![fntpic/u8g2_font_resoledbold_tr_short.png](fntpic/u8g2_font_resoledbold_tr_short.png) u8g2_font_resoledbold_tr [JosephKnightcom](fntgrpjosephknightcom)
![fntpic/u8g2_font_resoledmedium_tr_short.png](fntpic/u8g2_font_resoledmedium_tr_short.png) u8g2_font_resoledmedium_tr [JosephKnightcom](fntgrpjosephknightcom)
![fntpic/u8g2_font_lord_mr_short.png](fntpic/u8g2_font_lord_mr_short.png) u8g2_font_lord_mr [Geoff](fntgrpgeoff)
![fntpic/u8g2_font_oskool_tf_short.png](fntpic/u8g2_font_oskool_tf_short.png) u8g2_font_oskool_tf [Tulamide](fntgrptulamide)
![fntpic/u8g2_font_oskool_tr_short.png](fntpic/u8g2_font_oskool_tr_short.png) u8g2_font_oskool_tr [Tulamide](fntgrptulamide)
![fntpic/u8g2_font_oskool_tn_short.png](fntpic/u8g2_font_oskool_tn_short.png) u8g2_font_oskool_tn [Tulamide](fntgrptulamide)
![fntpic/u8g2_font_finderskeepers_tf_short.png](fntpic/u8g2_font_finderskeepers_tf_short.png) u8g2_font_finderskeepers_tf [GilesBooth](fntgrpgilesbooth)
![fntpic/u8g2_font_finderskeepers_tr_short.png](fntpic/u8g2_font_finderskeepers_tr_short.png) u8g2_font_finderskeepers_tr [GilesBooth](fntgrpgilesbooth)
![fntpic/u8g2_font_finderskeepers_tn_short.png](fntpic/u8g2_font_finderskeepers_tn_short.png) u8g2_font_finderskeepers_tn [GilesBooth](fntgrpgilesbooth)
![fntpic/u8g2_font_sirclivethebold_tr_short.png](fntpic/u8g2_font_sirclivethebold_tr_short.png) u8g2_font_sirclivethebold_tr [GilesBooth](fntgrpgilesbooth)
![fntpic/u8g2_font_sirclivethebold_tn_short.png](fntpic/u8g2_font_sirclivethebold_tn_short.png) u8g2_font_sirclivethebold_tn [GilesBooth](fntgrpgilesbooth)
![fntpic/u8g2_font_sirclive_tr_short.png](fntpic/u8g2_font_sirclive_tr_short.png) u8g2_font_sirclive_tr [GilesBooth](fntgrpgilesbooth)
![fntpic/u8g2_font_sirclive_tn_short.png](fntpic/u8g2_font_sirclive_tn_short.png) u8g2_font_sirclive_tn [GilesBooth](fntgrpgilesbooth)
![fntpic/u8g2_font_simple1_tf_short.png](fntpic/u8g2_font_simple1_tf_short.png) u8g2_font_simple1_tf [bitfontmaker2](fntgrpbitfontmaker2)
![fntpic/u8g2_font_simple1_tr_short.png](fntpic/u8g2_font_simple1_tr_short.png) u8g2_font_simple1_tr [bitfontmaker2](fntgrpbitfontmaker2)
![fntpic/u8g2_font_simple1_te_short.png](fntpic/u8g2_font_simple1_te_short.png) u8g2_font_simple1_te [bitfontmaker2](fntgrpbitfontmaker2)
![fntpic/u8g2_font_likeminecraft_te_short.png](fntpic/u8g2_font_likeminecraft_te_short.png) u8g2_font_likeminecraft_te [bitfontmaker2](fntgrpbitfontmaker2)
![fntpic/u8g2_font_heisans_tr_short.png](fntpic/u8g2_font_heisans_tr_short.png) u8g2_font_heisans_tr [bitfontmaker2](fntgrpbitfontmaker2)
![fntpic/u8g2_font_minicute_tr_short.png](fntpic/u8g2_font_minicute_tr_short.png) u8g2_font_minicute_tr [bitfontmaker2](fntgrpbitfontmaker2)
![fntpic/u8g2_font_minicute_te_short.png](fntpic/u8g2_font_minicute_te_short.png) u8g2_font_minicute_te [bitfontmaker2](fntgrpbitfontmaker2)
![fntpic/u8g2_font_stylishcharm_tr_short.png](fntpic/u8g2_font_stylishcharm_tr_short.png) u8g2_font_stylishcharm_tr [bitfontmaker2](fntgrpbitfontmaker2)
![fntpic/u8g2_font_stylishcharm_te_short.png](fntpic/u8g2_font_stylishcharm_te_short.png) u8g2_font_stylishcharm_te [bitfontmaker2](fntgrpbitfontmaker2)
![fntpic/u8g2_font_bpixel_tr_short.png](fntpic/u8g2_font_bpixel_tr_short.png) u8g2_font_bpixel_tr [bitfontmaker2](fntgrpbitfontmaker2)
![fntpic/u8g2_font_bpixel_te_short.png](fntpic/u8g2_font_bpixel_te_short.png) u8g2_font_bpixel_te [bitfontmaker2](fntgrpbitfontmaker2)
![fntpic/u8g2_font_minuteconsole_mr_short.png](fntpic/u8g2_font_minuteconsole_mr_short.png) u8g2_font_minuteconsole_mr [bitfontmaker2](fntgrpbitfontmaker2)
![fntpic/u8g2_font_minuteconsole_tr_short.png](fntpic/u8g2_font_minuteconsole_tr_short.png) u8g2_font_minuteconsole_tr [bitfontmaker2](fntgrpbitfontmaker2)
![fntpic/u8g2_font_new3x9pixelfont_tf_short.png](fntpic/u8g2_font_new3x9pixelfont_tf_short.png) u8g2_font_new3x9pixelfont_tf [bitfontmaker2](fntgrpbitfontmaker2)
![fntpic/u8g2_font_new3x9pixelfont_tr_short.png](fntpic/u8g2_font_new3x9pixelfont_tr_short.png) u8g2_font_new3x9pixelfont_tr [bitfontmaker2](fntgrpbitfontmaker2)
![fntpic/u8g2_font_new3x9pixelfont_te_short.png](fntpic/u8g2_font_new3x9pixelfont_te_short.png) u8g2_font_new3x9pixelfont_te [bitfontmaker2](fntgrpbitfontmaker2)
![fntpic/u8g2_font_IPAandRUSLCD_tf_short.png](fntpic/u8g2_font_IPAandRUSLCD_tf_short.png) u8g2_font_IPAandRUSLCD_tf [JapanYoshi](fntgrpjapanyoshi)
![fntpic/u8g2_font_IPAandRUSLCD_tr_short.png](fntpic/u8g2_font_IPAandRUSLCD_tr_short.png) u8g2_font_IPAandRUSLCD_tr [JapanYoshi](fntgrpjapanyoshi)
![fntpic/u8g2_font_IPAandRUSLCD_te_short.png](fntpic/u8g2_font_IPAandRUSLCD_te_short.png) u8g2_font_IPAandRUSLCD_te [JapanYoshi](fntgrpjapanyoshi)
![fntpic/u8g2_font_BitTypeWriter_tr_short.png](fntpic/u8g2_font_BitTypeWriter_tr_short.png) u8g2_font_BitTypeWriter_tr [Pentacom](fntgrppentacom)
![fntpic/u8g2_font_BitTypeWriter_te_short.png](fntpic/u8g2_font_BitTypeWriter_te_short.png) u8g2_font_BitTypeWriter_te [Pentacom](fntgrppentacom)
![fntpic/u8g2_font_Georgia7px_tf_short.png](fntpic/u8g2_font_Georgia7px_tf_short.png) u8g2_font_Georgia7px_tf [Pentacom](fntgrppentacom)
![fntpic/u8g2_font_Georgia7px_tr_short.png](fntpic/u8g2_font_Georgia7px_tr_short.png) u8g2_font_Georgia7px_tr [Pentacom](fntgrppentacom)
![fntpic/u8g2_font_Georgia7px_te_short.png](fntpic/u8g2_font_Georgia7px_te_short.png) u8g2_font_Georgia7px_te [Pentacom](fntgrppentacom)
![fntpic/u8g2_font_NokiaSmallBold_tf_short.png](fntpic/u8g2_font_NokiaSmallBold_tf_short.png) u8g2_font_NokiaSmallBold_tf [HasanKazan](fntgrphasankazan)
![fntpic/u8g2_font_NokiaSmallBold_tr_short.png](fntpic/u8g2_font_NokiaSmallBold_tr_short.png) u8g2_font_NokiaSmallBold_tr [HasanKazan](fntgrphasankazan)
![fntpic/u8g2_font_NokiaSmallBold_te_short.png](fntpic/u8g2_font_NokiaSmallBold_te_short.png) u8g2_font_NokiaSmallBold_te [HasanKazan](fntgrphasankazan)
![fntpic/u8g2_font_NokiaSmallPlain_tf_short.png](fntpic/u8g2_font_NokiaSmallPlain_tf_short.png) u8g2_font_NokiaSmallPlain_tf [HasanKazan](fntgrphasankazan)
![fntpic/u8g2_font_NokiaSmallPlain_tr_short.png](fntpic/u8g2_font_NokiaSmallPlain_tr_short.png) u8g2_font_NokiaSmallPlain_tr [HasanKazan](fntgrphasankazan)
![fntpic/u8g2_font_NokiaSmallPlain_te_short.png](fntpic/u8g2_font_NokiaSmallPlain_te_short.png) u8g2_font_NokiaSmallPlain_te [HasanKazan](fntgrphasankazan)
![fntpic/u8g2_font_spleen5x8_mn_short.png](fntpic/u8g2_font_spleen5x8_mn_short.png) u8g2_font_spleen5x8_mn [Spleen](fntgrpspleen)
![fntpic/u8g2_font_nokiafc22_tf_short.png](fntpic/u8g2_font_nokiafc22_tf_short.png) u8g2_font_nokiafc22_tf [dafont](fntgrpdafont)
![fntpic/u8g2_font_nokiafc22_tr_short.png](fntpic/u8g2_font_nokiafc22_tr_short.png) u8g2_font_nokiafc22_tr [dafont](fntgrpdafont)
![fntpic/u8g2_font_nokiafc22_tn_short.png](fntpic/u8g2_font_nokiafc22_tn_short.png) u8g2_font_nokiafc22_tn [dafont](fntgrpdafont)
![fntpic/u8g2_font_nokiafc22_tu_short.png](fntpic/u8g2_font_nokiafc22_tu_short.png) u8g2_font_nokiafc22_tu [dafont](fntgrpdafont)
![fntpic/u8g2_font_b12_t_japanese1_short.png](fntpic/u8g2_font_b12_t_japanese1_short.png) u8g2_font_b12_t_japanese1 [efont](fntgrpefont)
![fntpic/u8g2_font_b12_t_japanese2_short.png](fntpic/u8g2_font_b12_t_japanese2_short.png) u8g2_font_b12_t_japanese2 [efont](fntgrpefont)
![fntpic/u8g2_font_b12_t_japanese3_short.png](fntpic/u8g2_font_b12_t_japanese3_short.png) u8g2_font_b12_t_japanese3 [efont](fntgrpefont)
![fntpic/u8g2_font_b12_b_t_japanese1_short.png](fntpic/u8g2_font_b12_b_t_japanese1_short.png) u8g2_font_b12_b_t_japanese1 [efont](fntgrpefont)
![fntpic/u8g2_font_b12_b_t_japanese2_short.png](fntpic/u8g2_font_b12_b_t_japanese2_short.png) u8g2_font_b12_b_t_japanese2 [efont](fntgrpefont)
![fntpic/u8g2_font_b12_b_t_japanese3_short.png](fntpic/u8g2_font_b12_b_t_japanese3_short.png) u8g2_font_b12_b_t_japanese3 [efont](fntgrpefont)
![fntpic/u8g2_font_artossans8_8r_short.png](fntpic/u8g2_font_artossans8_8r_short.png) u8g2_font_artossans8_8r [Open Game Art](fntgrpopengameart)
![fntpic/u8g2_font_artossans8_8n_short.png](fntpic/u8g2_font_artossans8_8n_short.png) u8g2_font_artossans8_8n [Open Game Art](fntgrpopengameart)
![fntpic/u8g2_font_artossans8_8u_short.png](fntpic/u8g2_font_artossans8_8u_short.png) u8g2_font_artossans8_8u [Open Game Art](fntgrpopengameart)
![fntpic/u8g2_font_artosserif8_8r_short.png](fntpic/u8g2_font_artosserif8_8r_short.png) u8g2_font_artosserif8_8r [Open Game Art](fntgrpopengameart)
![fntpic/u8g2_font_artosserif8_8n_short.png](fntpic/u8g2_font_artosserif8_8n_short.png) u8g2_font_artosserif8_8n [Open Game Art](fntgrpopengameart)
![fntpic/u8g2_font_artosserif8_8u_short.png](fntpic/u8g2_font_artosserif8_8u_short.png) u8g2_font_artosserif8_8u [Open Game Art](fntgrpopengameart)
![fntpic/u8g2_font_saikyosansbold8_8n_short.png](fntpic/u8g2_font_saikyosansbold8_8n_short.png) u8g2_font_saikyosansbold8_8n [Open Game Art](fntgrpopengameart)
![fntpic/u8g2_font_saikyosansbold8_8u_short.png](fntpic/u8g2_font_saikyosansbold8_8u_short.png) u8g2_font_saikyosansbold8_8u [Open Game Art](fntgrpopengameart)
![fntpic/u8g2_font_torussansbold8_8r_short.png](fntpic/u8g2_font_torussansbold8_8r_short.png) u8g2_font_torussansbold8_8r [Open Game Art](fntgrpopengameart)
![fntpic/u8g2_font_torussansbold8_8n_short.png](fntpic/u8g2_font_torussansbold8_8n_short.png) u8g2_font_torussansbold8_8n [Open Game Art](fntgrpopengameart)
![fntpic/u8g2_font_torussansbold8_8u_short.png](fntpic/u8g2_font_torussansbold8_8u_short.png) u8g2_font_torussansbold8_8u [Open Game Art](fntgrpopengameart)
![fntpic/u8g2_font_victoriabold8_8r_short.png](fntpic/u8g2_font_victoriabold8_8r_short.png) u8g2_font_victoriabold8_8r [Open Game Art](fntgrpopengameart)
![fntpic/u8g2_font_victoriabold8_8n_short.png](fntpic/u8g2_font_victoriabold8_8n_short.png) u8g2_font_victoriabold8_8n [Open Game Art](fntgrpopengameart)
![fntpic/u8g2_font_victoriabold8_8u_short.png](fntpic/u8g2_font_victoriabold8_8u_short.png) u8g2_font_victoriabold8_8u [Open Game Art](fntgrpopengameart)
![fntpic/u8g2_font_victoriamedium8_8r_short.png](fntpic/u8g2_font_victoriamedium8_8r_short.png) u8g2_font_victoriamedium8_8r [Open Game Art](fntgrpopengameart)
![fntpic/u8g2_font_victoriamedium8_8n_short.png](fntpic/u8g2_font_victoriamedium8_8n_short.png) u8g2_font_victoriamedium8_8n [Open Game Art](fntgrpopengameart)
![fntpic/u8g2_font_victoriamedium8_8u_short.png](fntpic/u8g2_font_victoriamedium8_8u_short.png) u8g2_font_victoriamedium8_8u [Open Game Art](fntgrpopengameart)
![fntpic/u8g2_font_timB08_tf_short.png](fntpic/u8g2_font_timB08_tf_short.png) u8g2_font_timB08_tf [Adobe X11](fntgrpadobex11)
![fntpic/u8g2_font_timB08_tr_short.png](fntpic/u8g2_font_timB08_tr_short.png) u8g2_font_timB08_tr [Adobe X11](fntgrpadobex11)
![fntpic/u8g2_font_timB08_tn_short.png](fntpic/u8g2_font_timB08_tn_short.png) u8g2_font_timB08_tn [Adobe X11](fntgrpadobex11)
![fntpic/u8g2_font_timR08_tf_short.png](fntpic/u8g2_font_timR08_tf_short.png) u8g2_font_timR08_tf [Adobe X11](fntgrpadobex11)
![fntpic/u8g2_font_timR08_tr_short.png](fntpic/u8g2_font_timR08_tr_short.png) u8g2_font_timR08_tr [Adobe X11](fntgrpadobex11)
![fntpic/u8g2_font_timR08_tn_short.png](fntpic/u8g2_font_timR08_tn_short.png) u8g2_font_timR08_tn [Adobe X11](fntgrpadobex11)
![fntpic/u8g2_font_lucasfont_alternate_tf_short.png](fntpic/u8g2_font_lucasfont_alternate_tf_short.png) u8g2_font_lucasfont_alternate_tf [Fontstruct](fntgrpfontstruct)
![fntpic/u8g2_font_lucasfont_alternate_tr_short.png](fntpic/u8g2_font_lucasfont_alternate_tr_short.png) u8g2_font_lucasfont_alternate_tr [Fontstruct](fntgrpfontstruct)
![fntpic/u8g2_font_lucasfont_alternate_tn_short.png](fntpic/u8g2_font_lucasfont_alternate_tn_short.png) u8g2_font_lucasfont_alternate_tn [Fontstruct](fntgrpfontstruct)
![fntpic/u8g2_font_haxrcorp4089_tr_short.png](fntpic/u8g2_font_haxrcorp4089_tr_short.png) u8g2_font_haxrcorp4089_tr [Fontstruct](fntgrpfontstruct)
![fntpic/u8g2_font_haxrcorp4089_tn_short.png](fntpic/u8g2_font_haxrcorp4089_tn_short.png) u8g2_font_haxrcorp4089_tn [Fontstruct](fntgrpfontstruct)
![fntpic/u8g2_font_haxrcorp4089_t_cyrillic_short.png](fntpic/u8g2_font_haxrcorp4089_t_cyrillic_short.png) u8g2_font_haxrcorp4089_t_cyrillic [Fontstruct](fntgrpfontstruct)
![fntpic/u8g2_font_pxplusibmcgathin_8f_short.png](fntpic/u8g2_font_pxplusibmcgathin_8f_short.png) u8g2_font_pxplusibmcgathin_8f [Oldschool PC Fonts](fntgrpoldschoolpcfonts)
![fntpic/u8g2_font_pxplusibmcgathin_8r_short.png](fntpic/u8g2_font_pxplusibmcgathin_8r_short.png) u8g2_font_pxplusibmcgathin_8r [Oldschool PC Fonts](fntgrpoldschoolpcfonts)
![fntpic/u8g2_font_pxplusibmcgathin_8n_short.png](fntpic/u8g2_font_pxplusibmcgathin_8n_short.png) u8g2_font_pxplusibmcgathin_8n [Oldschool PC Fonts](fntgrpoldschoolpcfonts)
![fntpic/u8g2_font_pxplusibmcgathin_8u_short.png](fntpic/u8g2_font_pxplusibmcgathin_8u_short.png) u8g2_font_pxplusibmcgathin_8u [Oldschool PC Fonts](fntgrpoldschoolpcfonts)
![fntpic/u8g2_font_pxplusibmcga_8f_short.png](fntpic/u8g2_font_pxplusibmcga_8f_short.png) u8g2_font_pxplusibmcga_8f [Oldschool PC Fonts](fntgrpoldschoolpcfonts)
![fntpic/u8g2_font_pxplusibmcga_8r_short.png](fntpic/u8g2_font_pxplusibmcga_8r_short.png) u8g2_font_pxplusibmcga_8r [Oldschool PC Fonts](fntgrpoldschoolpcfonts)
![fntpic/u8g2_font_pxplusibmcga_8n_short.png](fntpic/u8g2_font_pxplusibmcga_8n_short.png) u8g2_font_pxplusibmcga_8n [Oldschool PC Fonts](fntgrpoldschoolpcfonts)
![fntpic/u8g2_font_pxplusibmcga_8u_short.png](fntpic/u8g2_font_pxplusibmcga_8u_short.png) u8g2_font_pxplusibmcga_8u [Oldschool PC Fonts](fntgrpoldschoolpcfonts)
![fntpic/u8g2_font_pxplustandynewtv_8f_short.png](fntpic/u8g2_font_pxplustandynewtv_8f_short.png) u8g2_font_pxplustandynewtv_8f [Oldschool PC Fonts](fntgrpoldschoolpcfonts)
![fntpic/u8g2_font_pxplustandynewtv_8r_short.png](fntpic/u8g2_font_pxplustandynewtv_8r_short.png) u8g2_font_pxplustandynewtv_8r [Oldschool PC Fonts](fntgrpoldschoolpcfonts)
![fntpic/u8g2_font_pxplustandynewtv_8n_short.png](fntpic/u8g2_font_pxplustandynewtv_8n_short.png) u8g2_font_pxplustandynewtv_8n [Oldschool PC Fonts](fntgrpoldschoolpcfonts)
![fntpic/u8g2_font_pxplustandynewtv_8u_short.png](fntpic/u8g2_font_pxplustandynewtv_8u_short.png) u8g2_font_pxplustandynewtv_8u [Oldschool PC Fonts](fntgrpoldschoolpcfonts)
![fntpic/u8g2_font_pxplustandynewtv_t_all_short.png](fntpic/u8g2_font_pxplustandynewtv_t_all_short.png) u8g2_font_pxplustandynewtv_t_all [Oldschool PC Fonts](fntgrpoldschoolpcfonts)
![fntpic/u8g2_font_pxplustandynewtv_8_all_short.png](fntpic/u8g2_font_pxplustandynewtv_8_all_short.png) u8g2_font_pxplustandynewtv_8_all [Oldschool PC Fonts](fntgrpoldschoolpcfonts)
## 8 Pixel Height
![fntpic/u8g2_font_m2icon_9_tf_short.png](fntpic/u8g2_font_m2icon_9_tf_short.png) u8g2_font_m2icon_9_tf [U8glib](fntgrpu8g)
![fntpic/u8g2_font_amstrad_cpc_extended_8f_short.png](fntpic/u8g2_font_amstrad_cpc_extended_8f_short.png) u8g2_font_amstrad_cpc_extended_8f [Fontstruct](fntgrpfontstruct)
![fntpic/u8g2_font_amstrad_cpc_extended_8r_short.png](fntpic/u8g2_font_amstrad_cpc_extended_8r_short.png) u8g2_font_amstrad_cpc_extended_8r [Fontstruct](fntgrpfontstruct)
![fntpic/u8g2_font_amstrad_cpc_extended_8n_short.png](fntpic/u8g2_font_amstrad_cpc_extended_8n_short.png) u8g2_font_amstrad_cpc_extended_8n [Fontstruct](fntgrpfontstruct)
![fntpic/u8g2_font_amstrad_cpc_extended_8u_short.png](fntpic/u8g2_font_amstrad_cpc_extended_8u_short.png) u8g2_font_amstrad_cpc_extended_8u [Fontstruct](fntgrpfontstruct)
![fntpic/u8g2_font_cursor_tf_short.png](fntpic/u8g2_font_cursor_tf_short.png) u8g2_font_cursor_tf [X11](fntgrpx11)
![fntpic/u8g2_font_cursor_tr_short.png](fntpic/u8g2_font_cursor_tr_short.png) u8g2_font_cursor_tr [X11](fntgrpx11)
![fntpic/u8g2_font_6x10_tn_short.png](fntpic/u8g2_font_6x10_tn_short.png) u8g2_font_6x10_tn [X11](fntgrpx11)
![fntpic/u8g2_font_6x10_mn_short.png](fntpic/u8g2_font_6x10_mn_short.png) u8g2_font_6x10_mn [X11](fntgrpx11)
![fntpic/u8g2_font_t0_11_tf_short.png](fntpic/u8g2_font_t0_11_tf_short.png) u8g2_font_t0_11_tf [UW ttyp0](fntgrpttyp0)
![fntpic/u8g2_font_t0_11_tr_short.png](fntpic/u8g2_font_t0_11_tr_short.png) u8g2_font_t0_11_tr [UW ttyp0](fntgrpttyp0)
![fntpic/u8g2_font_t0_11_te_short.png](fntpic/u8g2_font_t0_11_te_short.png) u8g2_font_t0_11_te [UW ttyp0](fntgrpttyp0)
![fntpic/u8g2_font_t0_11_mf_short.png](fntpic/u8g2_font_t0_11_mf_short.png) u8g2_font_t0_11_mf [UW ttyp0](fntgrpttyp0)
![fntpic/u8g2_font_t0_11_mr_short.png](fntpic/u8g2_font_t0_11_mr_short.png) u8g2_font_t0_11_mr [UW ttyp0](fntgrpttyp0)
![fntpic/u8g2_font_t0_11_me_short.png](fntpic/u8g2_font_t0_11_me_short.png) u8g2_font_t0_11_me [UW ttyp0](fntgrpttyp0)
![fntpic/u8g2_font_t0_11_t_all_short.png](fntpic/u8g2_font_t0_11_t_all_short.png) u8g2_font_t0_11_t_all [UW ttyp0](fntgrpttyp0)
![fntpic/u8g2_font_t0_11_t_symbol_short.png](fntpic/u8g2_font_t0_11_t_symbol_short.png) u8g2_font_t0_11_t_symbol [UW ttyp0](fntgrpttyp0)
![fntpic/u8g2_font_t0_11b_tf_short.png](fntpic/u8g2_font_t0_11b_tf_short.png) u8g2_font_t0_11b_tf [UW ttyp0](fntgrpttyp0)
![fntpic/u8g2_font_t0_11b_tr_short.png](fntpic/u8g2_font_t0_11b_tr_short.png) u8g2_font_t0_11b_tr [UW ttyp0](fntgrpttyp0)
![fntpic/u8g2_font_t0_11b_te_short.png](fntpic/u8g2_font_t0_11b_te_short.png) u8g2_font_t0_11b_te [UW ttyp0](fntgrpttyp0)
![fntpic/u8g2_font_t0_11b_mf_short.png](fntpic/u8g2_font_t0_11b_mf_short.png) u8g2_font_t0_11b_mf [UW ttyp0](fntgrpttyp0)
![fntpic/u8g2_font_t0_11b_mr_short.png](fntpic/u8g2_font_t0_11b_mr_short.png) u8g2_font_t0_11b_mr [UW ttyp0](fntgrpttyp0)
![fntpic/u8g2_font_t0_11b_me_short.png](fntpic/u8g2_font_t0_11b_me_short.png) u8g2_font_t0_11b_me [UW ttyp0](fntgrpttyp0)
![fntpic/u8g2_font_t0_12_tf_short.png](fntpic/u8g2_font_t0_12_tf_short.png) u8g2_font_t0_12_tf [UW ttyp0](fntgrpttyp0)
![fntpic/u8g2_font_t0_12_tr_short.png](fntpic/u8g2_font_t0_12_tr_short.png) u8g2_font_t0_12_tr [UW ttyp0](fntgrpttyp0)
![fntpic/u8g2_font_t0_12_te_short.png](fntpic/u8g2_font_t0_12_te_short.png) u8g2_font_t0_12_te [UW ttyp0](fntgrpttyp0)
![fntpic/u8g2_font_t0_12_mf_short.png](fntpic/u8g2_font_t0_12_mf_short.png) u8g2_font_t0_12_mf [UW ttyp0](fntgrpttyp0)
![fntpic/u8g2_font_t0_12_mr_short.png](fntpic/u8g2_font_t0_12_mr_short.png) u8g2_font_t0_12_mr [UW ttyp0](fntgrpttyp0)
![fntpic/u8g2_font_t0_12_me_short.png](fntpic/u8g2_font_t0_12_me_short.png) u8g2_font_t0_12_me [UW ttyp0](fntgrpttyp0)
![fntpic/u8g2_font_t0_12_t_symbol_short.png](fntpic/u8g2_font_t0_12_t_symbol_short.png) u8g2_font_t0_12_t_symbol [UW ttyp0](fntgrpttyp0)
![fntpic/u8g2_font_t0_12b_tf_short.png](fntpic/u8g2_font_t0_12b_tf_short.png) u8g2_font_t0_12b_tf [UW ttyp0](fntgrpttyp0)
![fntpic/u8g2_font_t0_12b_tr_short.png](fntpic/u8g2_font_t0_12b_tr_short.png) u8g2_font_t0_12b_tr [UW ttyp0](fntgrpttyp0)
![fntpic/u8g2_font_t0_12b_te_short.png](fntpic/u8g2_font_t0_12b_te_short.png) u8g2_font_t0_12b_te [UW ttyp0](fntgrpttyp0)
![fntpic/u8g2_font_t0_12b_mf_short.png](fntpic/u8g2_font_t0_12b_mf_short.png) u8g2_font_t0_12b_mf [UW ttyp0](fntgrpttyp0)
![fntpic/u8g2_font_t0_12b_mr_short.png](fntpic/u8g2_font_t0_12b_mr_short.png) u8g2_font_t0_12b_mr [UW ttyp0](fntgrpttyp0)
![fntpic/u8g2_font_t0_12b_me_short.png](fntpic/u8g2_font_t0_12b_me_short.png) u8g2_font_t0_12b_me [UW ttyp0](fntgrpttyp0)
![fntpic/u8g2_font_open_iconic_all_1x_t_short.png](fntpic/u8g2_font_open_iconic_all_1x_t_short.png) u8g2_font_open_iconic_all_1x_t [Open Iconic](fntgrpiconic)
![fntpic/u8g2_font_open_iconic_app_1x_t_short.png](fntpic/u8g2_font_open_iconic_app_1x_t_short.png) u8g2_font_open_iconic_app_1x_t [Open Iconic](fntgrpiconic)
![fntpic/u8g2_font_open_iconic_check_1x_t_short.png](fntpic/u8g2_font_open_iconic_check_1x_t_short.png) u8g2_font_open_iconic_check_1x_t [Open Iconic](fntgrpiconic)
![fntpic/u8g2_font_open_iconic_email_1x_t_short.png](fntpic/u8g2_font_open_iconic_email_1x_t_short.png) u8g2_font_open_iconic_email_1x_t [Open Iconic](fntgrpiconic)
![fntpic/u8g2_font_open_iconic_embedded_1x_t_short.png](fntpic/u8g2_font_open_iconic_embedded_1x_t_short.png) u8g2_font_open_iconic_embedded_1x_t [Open Iconic](fntgrpiconic)
![fntpic/u8g2_font_open_iconic_gui_1x_t_short.png](fntpic/u8g2_font_open_iconic_gui_1x_t_short.png) u8g2_font_open_iconic_gui_1x_t [Open Iconic](fntgrpiconic)
![fntpic/u8g2_font_open_iconic_human_1x_t_short.png](fntpic/u8g2_font_open_iconic_human_1x_t_short.png) u8g2_font_open_iconic_human_1x_t [Open Iconic](fntgrpiconic)
![fntpic/u8g2_font_open_iconic_mime_1x_t_short.png](fntpic/u8g2_font_open_iconic_mime_1x_t_short.png) u8g2_font_open_iconic_mime_1x_t [Open Iconic](fntgrpiconic)
![fntpic/u8g2_font_open_iconic_play_1x_t_short.png](fntpic/u8g2_font_open_iconic_play_1x_t_short.png) u8g2_font_open_iconic_play_1x_t [Open Iconic](fntgrpiconic)
![fntpic/u8g2_font_open_iconic_text_1x_t_short.png](fntpic/u8g2_font_open_iconic_text_1x_t_short.png) u8g2_font_open_iconic_text_1x_t [Open Iconic](fntgrpiconic)
![fntpic/u8g2_font_open_iconic_thing_1x_t_short.png](fntpic/u8g2_font_open_iconic_thing_1x_t_short.png) u8g2_font_open_iconic_thing_1x_t [Open Iconic](fntgrpiconic)
![fntpic/u8g2_font_open_iconic_weather_1x_t_short.png](fntpic/u8g2_font_open_iconic_weather_1x_t_short.png) u8g2_font_open_iconic_weather_1x_t [Open Iconic](fntgrpiconic)
![fntpic/u8g2_font_open_iconic_www_1x_t_short.png](fntpic/u8g2_font_open_iconic_www_1x_t_short.png) u8g2_font_open_iconic_www_1x_t [Open Iconic](fntgrpiconic)
![fntpic/u8g2_font_profont12_tf_short.png](fntpic/u8g2_font_profont12_tf_short.png) u8g2_font_profont12_tf [Profont](fntgrpprofont)
![fntpic/u8g2_font_profont12_tr_short.png](fntpic/u8g2_font_profont12_tr_short.png) u8g2_font_profont12_tr [Profont](fntgrpprofont)
![fntpic/u8g2_font_profont12_tn_short.png](fntpic/u8g2_font_profont12_tn_short.png) u8g2_font_profont12_tn [Profont](fntgrpprofont)
![fntpic/u8g2_font_profont12_mf_short.png](fntpic/u8g2_font_profont12_mf_short.png) u8g2_font_profont12_mf [Profont](fntgrpprofont)
![fntpic/u8g2_font_profont12_mr_short.png](fntpic/u8g2_font_profont12_mr_short.png) u8g2_font_profont12_mr [Profont](fntgrpprofont)
![fntpic/u8g2_font_profont12_mn_short.png](fntpic/u8g2_font_profont12_mn_short.png) u8g2_font_profont12_mn [Profont](fntgrpprofont)
![fntpic/u8g2_font_samim_10_t_all_short.png](fntpic/u8g2_font_samim_10_t_all_short.png) u8g2_font_samim_10_t_all [Persian](fntgrppersian)
![fntpic/u8g2_font_samim_fd_10_t_all_short.png](fntpic/u8g2_font_samim_fd_10_t_all_short.png) u8g2_font_samim_fd_10_t_all [Persian](fntgrppersian)
![fntpic/u8g2_font_diodesemimono_tr_short.png](fntpic/u8g2_font_diodesemimono_tr_short.png) u8g2_font_diodesemimono_tr [JosephKnightcom](fntgrpjosephknightcom)
![fntpic/u8g2_font_bitcasual_tf_short.png](fntpic/u8g2_font_bitcasual_tf_short.png) u8g2_font_bitcasual_tf [Geoff](fntgrpgeoff)
![fntpic/u8g2_font_bitcasual_tr_short.png](fntpic/u8g2_font_bitcasual_tr_short.png) u8g2_font_bitcasual_tr [Geoff](fntgrpgeoff)
![fntpic/u8g2_font_bitcasual_tn_short.png](fntpic/u8g2_font_bitcasual_tn_short.png) u8g2_font_bitcasual_tn [Geoff](fntgrpgeoff)
![fntpic/u8g2_font_bitcasual_tu_short.png](fntpic/u8g2_font_bitcasual_tu_short.png) u8g2_font_bitcasual_tu [Geoff](fntgrpgeoff)
![fntpic/u8g2_font_bitcasual_t_all_short.png](fntpic/u8g2_font_bitcasual_t_all_short.png) u8g2_font_bitcasual_t_all [Geoff](fntgrpgeoff)
![fntpic/u8g2_font_abel_mr_short.png](fntpic/u8g2_font_abel_mr_short.png) u8g2_font_abel_mr [Geoff](fntgrpgeoff)
![fntpic/u8g2_font_nerhoe_tf_short.png](fntpic/u8g2_font_nerhoe_tf_short.png) u8g2_font_nerhoe_tf [Tulamide](fntgrptulamide)
![fntpic/u8g2_font_nerhoe_tr_short.png](fntpic/u8g2_font_nerhoe_tr_short.png) u8g2_font_nerhoe_tr [Tulamide](fntgrptulamide)
![fntpic/u8g2_font_nerhoe_tn_short.png](fntpic/u8g2_font_nerhoe_tn_short.png) u8g2_font_nerhoe_tn [Tulamide](fntgrptulamide)
![fntpic/u8g2_font_medsans_tr_short.png](fntpic/u8g2_font_medsans_tr_short.png) u8g2_font_medsans_tr [bitfontmaker2](fntgrpbitfontmaker2)
![fntpic/u8g2_font_originalsans_tr_short.png](fntpic/u8g2_font_originalsans_tr_short.png) u8g2_font_originalsans_tr [bitfontmaker2](fntgrpbitfontmaker2)
![fntpic/u8g2_font_scrum_tf_short.png](fntpic/u8g2_font_scrum_tf_short.png) u8g2_font_scrum_tf [bitfontmaker2](fntgrpbitfontmaker2)
![fntpic/u8g2_font_scrum_tr_short.png](fntpic/u8g2_font_scrum_tr_short.png) u8g2_font_scrum_tr [bitfontmaker2](fntgrpbitfontmaker2)
![fntpic/u8g2_font_scrum_te_short.png](fntpic/u8g2_font_scrum_te_short.png) u8g2_font_scrum_te [bitfontmaker2](fntgrpbitfontmaker2)
![fntpic/u8g2_font_busdisplay8x5_tr_short.png](fntpic/u8g2_font_busdisplay8x5_tr_short.png) u8g2_font_busdisplay8x5_tr [bitfontmaker2](fntgrpbitfontmaker2)
![fntpic/u8g2_font_littlemissloudonbold_tr_short.png](fntpic/u8g2_font_littlemissloudonbold_tr_short.png) u8g2_font_littlemissloudonbold_tr [bitfontmaker2](fntgrpbitfontmaker2)
![fntpic/u8g2_font_littlemissloudonbold_te_short.png](fntpic/u8g2_font_littlemissloudonbold_te_short.png) u8g2_font_littlemissloudonbold_te [bitfontmaker2](fntgrpbitfontmaker2)
![fntpic/u8g2_font_HelvetiPixel_tr_short.png](fntpic/u8g2_font_HelvetiPixel_tr_short.png) u8g2_font_HelvetiPixel_tr [Pentacom](fntgrppentacom)
![fntpic/u8g2_font_Wizzard_tr_short.png](fntpic/u8g2_font_Wizzard_tr_short.png) u8g2_font_Wizzard_tr [Pentacom](fntgrppentacom)
![fntpic/u8g2_font_spleen6x12_mf_short.png](fntpic/u8g2_font_spleen6x12_mf_short.png) u8g2_font_spleen6x12_mf [Spleen](fntgrpspleen)
![fntpic/u8g2_font_spleen6x12_mr_short.png](fntpic/u8g2_font_spleen6x12_mr_short.png) u8g2_font_spleen6x12_mr [Spleen](fntgrpspleen)
![fntpic/u8g2_font_spleen6x12_mu_short.png](fntpic/u8g2_font_spleen6x12_mu_short.png) u8g2_font_spleen6x12_mu [Spleen](fntgrpspleen)
![fntpic/u8g2_font_spleen6x12_me_short.png](fntpic/u8g2_font_spleen6x12_me_short.png) u8g2_font_spleen6x12_me [Spleen](fntgrpspleen)
![fntpic/u8g2_font_wqy12_t_chinese1_short.png](fntpic/u8g2_font_wqy12_t_chinese1_short.png) u8g2_font_wqy12_t_chinese1 [Wqy (Chinese Font)](fntgrpwqy)
![fntpic/u8g2_font_wqy12_t_chinese2_short.png](fntpic/u8g2_font_wqy12_t_chinese2_short.png) u8g2_font_wqy12_t_chinese2 [Wqy (Chinese Font)](fntgrpwqy)
![fntpic/u8g2_font_wqy12_t_chinese3_short.png](fntpic/u8g2_font_wqy12_t_chinese3_short.png) u8g2_font_wqy12_t_chinese3 [Wqy (Chinese Font)](fntgrpwqy)
![fntpic/u8g2_font_wqy12_t_gb2312_short.png](fntpic/u8g2_font_wqy12_t_gb2312_short.png) u8g2_font_wqy12_t_gb2312 [Wqy (Chinese Font)](fntgrpwqy)
![fntpic/u8g2_font_wqy12_t_gb2312a_short.png](fntpic/u8g2_font_wqy12_t_gb2312a_short.png) u8g2_font_wqy12_t_gb2312a [Wqy (Chinese Font)](fntgrpwqy)
![fntpic/u8g2_font_wqy12_t_gb2312b_short.png](fntpic/u8g2_font_wqy12_t_gb2312b_short.png) u8g2_font_wqy12_t_gb2312b [Wqy (Chinese Font)](fntgrpwqy)
![fntpic/u8g2_font_helvB08_tf_short.png](fntpic/u8g2_font_helvB08_tf_short.png) u8g2_font_helvB08_tf [Adobe X11](fntgrpadobex11)
![fntpic/u8g2_font_helvB08_tr_short.png](fntpic/u8g2_font_helvB08_tr_short.png) u8g2_font_helvB08_tr [Adobe X11](fntgrpadobex11)
![fntpic/u8g2_font_helvB08_tn_short.png](fntpic/u8g2_font_helvB08_tn_short.png) u8g2_font_helvB08_tn [Adobe X11](fntgrpadobex11)
![fntpic/u8g2_font_helvB08_te_short.png](fntpic/u8g2_font_helvB08_te_short.png) u8g2_font_helvB08_te [Adobe X11](fntgrpadobex11)
![fntpic/u8g2_font_helvR08_tf_short.png](fntpic/u8g2_font_helvR08_tf_short.png) u8g2_font_helvR08_tf [Adobe X11](fntgrpadobex11)
![fntpic/u8g2_font_helvR08_tr_short.png](fntpic/u8g2_font_helvR08_tr_short.png) u8g2_font_helvR08_tr [Adobe X11](fntgrpadobex11)
![fntpic/u8g2_font_helvR08_tn_short.png](fntpic/u8g2_font_helvR08_tn_short.png) u8g2_font_helvR08_tn [Adobe X11](fntgrpadobex11)
![fntpic/u8g2_font_helvR08_te_short.png](fntpic/u8g2_font_helvR08_te_short.png) u8g2_font_helvR08_te [Adobe X11](fntgrpadobex11)
![fntpic/u8g2_font_ncenB08_tf_short.png](fntpic/u8g2_font_ncenB08_tf_short.png) u8g2_font_ncenB08_tf [Adobe X11](fntgrpadobex11)
![fntpic/u8g2_font_ncenB08_tr_short.png](fntpic/u8g2_font_ncenB08_tr_short.png) u8g2_font_ncenB08_tr [Adobe X11](fntgrpadobex11)
![fntpic/u8g2_font_ncenB08_tn_short.png](fntpic/u8g2_font_ncenB08_tn_short.png) u8g2_font_ncenB08_tn [Adobe X11](fntgrpadobex11)
![fntpic/u8g2_font_ncenB08_te_short.png](fntpic/u8g2_font_ncenB08_te_short.png) u8g2_font_ncenB08_te [Adobe X11](fntgrpadobex11)
![fntpic/u8g2_font_ncenR08_tf_short.png](fntpic/u8g2_font_ncenR08_tf_short.png) u8g2_font_ncenR08_tf [Adobe X11](fntgrpadobex11)
![fntpic/u8g2_font_ncenR08_tr_short.png](fntpic/u8g2_font_ncenR08_tr_short.png) u8g2_font_ncenR08_tr [Adobe X11](fntgrpadobex11)
![fntpic/u8g2_font_ncenR08_tn_short.png](fntpic/u8g2_font_ncenR08_tn_short.png) u8g2_font_ncenR08_tn [Adobe X11](fntgrpadobex11)
![fntpic/u8g2_font_ncenR08_te_short.png](fntpic/u8g2_font_ncenR08_te_short.png) u8g2_font_ncenR08_te [Adobe X11](fntgrpadobex11)
![fntpic/u8g2_font_luBIS08_tf_short.png](fntpic/u8g2_font_luBIS08_tf_short.png) u8g2_font_luBIS08_tf [lucida](fntgrplucida)
![fntpic/u8g2_font_luBIS08_tr_short.png](fntpic/u8g2_font_luBIS08_tr_short.png) u8g2_font_luBIS08_tr [lucida](fntgrplucida)
![fntpic/u8g2_font_luBIS08_tn_short.png](fntpic/u8g2_font_luBIS08_tn_short.png) u8g2_font_luBIS08_tn [lucida](fntgrplucida)
![fntpic/u8g2_font_luBIS08_te_short.png](fntpic/u8g2_font_luBIS08_te_short.png) u8g2_font_luBIS08_te [lucida](fntgrplucida)
![fntpic/u8g2_font_luBS08_tf_short.png](fntpic/u8g2_font_luBS08_tf_short.png) u8g2_font_luBS08_tf [lucida](fntgrplucida)
![fntpic/u8g2_font_luBS08_tr_short.png](fntpic/u8g2_font_luBS08_tr_short.png) u8g2_font_luBS08_tr [lucida](fntgrplucida)
![fntpic/u8g2_font_luBS08_tn_short.png](fntpic/u8g2_font_luBS08_tn_short.png) u8g2_font_luBS08_tn [lucida](fntgrplucida)
![fntpic/u8g2_font_luBS08_te_short.png](fntpic/u8g2_font_luBS08_te_short.png) u8g2_font_luBS08_te [lucida](fntgrplucida)
![fntpic/u8g2_font_luIS08_tf_short.png](fntpic/u8g2_font_luIS08_tf_short.png) u8g2_font_luIS08_tf [lucida](fntgrplucida)
![fntpic/u8g2_font_luIS08_tr_short.png](fntpic/u8g2_font_luIS08_tr_short.png) u8g2_font_luIS08_tr [lucida](fntgrplucida)
![fntpic/u8g2_font_luIS08_tn_short.png](fntpic/u8g2_font_luIS08_tn_short.png) u8g2_font_luIS08_tn [lucida](fntgrplucida)
![fntpic/u8g2_font_luIS08_te_short.png](fntpic/u8g2_font_luIS08_te_short.png) u8g2_font_luIS08_te [lucida](fntgrplucida)
![fntpic/u8g2_font_luRS08_tf_short.png](fntpic/u8g2_font_luRS08_tf_short.png) u8g2_font_luRS08_tf [lucida](fntgrplucida)
![fntpic/u8g2_font_luRS08_tr_short.png](fntpic/u8g2_font_luRS08_tr_short.png) u8g2_font_luRS08_tr [lucida](fntgrplucida)
![fntpic/u8g2_font_luRS08_tn_short.png](fntpic/u8g2_font_luRS08_tn_short.png) u8g2_font_luRS08_tn [lucida](fntgrplucida)
![fntpic/u8g2_font_luRS08_te_short.png](fntpic/u8g2_font_luRS08_te_short.png) u8g2_font_luRS08_te [lucida](fntgrplucida)
![fntpic/u8g2_font_robot_de_niro_tf_short.png](fntpic/u8g2_font_robot_de_niro_tf_short.png) u8g2_font_robot_de_niro_tf [Fontstruct](fntgrpfontstruct)
![fntpic/u8g2_font_robot_de_niro_tr_short.png](fntpic/u8g2_font_robot_de_niro_tr_short.png) u8g2_font_robot_de_niro_tr [Fontstruct](fntgrpfontstruct)
![fntpic/u8g2_font_robot_de_niro_tn_short.png](fntpic/u8g2_font_robot_de_niro_tn_short.png) u8g2_font_robot_de_niro_tn [Fontstruct](fntgrpfontstruct)
![fntpic/u8g2_font_gulim11_t_korean1_short.png](fntpic/u8g2_font_gulim11_t_korean1_short.png) u8g2_font_gulim11_t_korean1 [Gulim](fntgrpgulim)
![fntpic/u8g2_font_gulim11_t_korean2_short.png](fntpic/u8g2_font_gulim11_t_korean2_short.png) u8g2_font_gulim11_t_korean2 [Gulim](fntgrpgulim)
![fntpic/u8g2_font_pressstart2p_8f_short.png](fntpic/u8g2_font_pressstart2p_8f_short.png) u8g2_font_pressstart2p_8f [Codeman38](fntgrpcodeman38)
![fntpic/u8g2_font_pressstart2p_8r_short.png](fntpic/u8g2_font_pressstart2p_8r_short.png) u8g2_font_pressstart2p_8r [Codeman38](fntgrpcodeman38)
![fntpic/u8g2_font_pressstart2p_8n_short.png](fntpic/u8g2_font_pressstart2p_8n_short.png) u8g2_font_pressstart2p_8n [Codeman38](fntgrpcodeman38)
![fntpic/u8g2_font_pressstart2p_8u_short.png](fntpic/u8g2_font_pressstart2p_8u_short.png) u8g2_font_pressstart2p_8u [Codeman38](fntgrpcodeman38)