├── LICENSE ├── PropFont.cpp ├── PropFont.h ├── README.md ├── README.txt ├── amstrad_font.h ├── arbonnie_dig_18x27_font.h ├── bold13x20dig_font.h ├── bold13x20digtop_font.h ├── broadway_font.h ├── c64enh_font.h ├── chicago15x18dig_font.h ├── chicago15x18digtop_font.h ├── chicago_font.h ├── comic_font.h ├── digi19x15_font.h ├── digi19x15full_font.h ├── digi21x16_font.h ├── digits3x5_font.h ├── digits4x7_font.h ├── dmmsymbols_font.h ├── examples ├── ST7789_Numeric_display │ └── ST7789_Numeric_display.ino └── prop_HelloWorld_ST7789_stm │ ├── ST7789_Numeric_display │ └── ST7789_Numeric_display.ino │ └── prop_HelloWorld_ST7789_stm.ino ├── fonts_all.h ├── keywords.txt ├── library.properties ├── modern_dig_12x32_font.h ├── modern_dig_12x32b_font.h ├── modern_dig_15x30b_font.h ├── modern_dig_15x32_font.h ├── modern_dig_15x32b_font.h ├── proppl5x7_font.h ├── seg7_12x21dig_font.h ├── seg7_12x23bdig_font.h ├── seg7_12x23dig_font.h ├── seg7_12x31dig_font.h ├── seg7_13x23bdig_font.h ├── seg7_14x31bdig_font.h ├── seg7_14x31dig_font.h ├── seg7_dig_12x32_font.h ├── seg7_dig_15x32_font.h ├── seg7fill_12x23dig_font.h ├── small4x5_font.h ├── small4x6_font.h ├── small4x7_font.h ├── small5x6_font.h ├── small5x7_font.h ├── small5x7bold_font.h ├── term11x16_font.h ├── term11x24bolddig_font.h ├── term11x24dig_font.h ├── term7x14_font.h ├── term8x10_font.h ├── term8x10cent_font.h ├── term8x14_font.h ├── term9x14_font.h ├── term9x14pl_font.h ├── times_dig_16x24_font.h ├── times_dig_16x24ext_font.h ├── tiny3x7_font.h ├── tiny3x7sq_font.h └── vga8x15_font.h /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cbm80amiga/PropFonts/HEAD/LICENSE -------------------------------------------------------------------------------- /PropFont.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cbm80amiga/PropFonts/HEAD/PropFont.cpp -------------------------------------------------------------------------------- /PropFont.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cbm80amiga/PropFonts/HEAD/PropFont.h -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cbm80amiga/PropFonts/HEAD/README.md -------------------------------------------------------------------------------- /README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cbm80amiga/PropFonts/HEAD/README.txt -------------------------------------------------------------------------------- /amstrad_font.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cbm80amiga/PropFonts/HEAD/amstrad_font.h -------------------------------------------------------------------------------- /arbonnie_dig_18x27_font.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cbm80amiga/PropFonts/HEAD/arbonnie_dig_18x27_font.h -------------------------------------------------------------------------------- /bold13x20dig_font.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cbm80amiga/PropFonts/HEAD/bold13x20dig_font.h -------------------------------------------------------------------------------- /bold13x20digtop_font.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cbm80amiga/PropFonts/HEAD/bold13x20digtop_font.h -------------------------------------------------------------------------------- /broadway_font.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cbm80amiga/PropFonts/HEAD/broadway_font.h -------------------------------------------------------------------------------- /c64enh_font.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cbm80amiga/PropFonts/HEAD/c64enh_font.h -------------------------------------------------------------------------------- /chicago15x18dig_font.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cbm80amiga/PropFonts/HEAD/chicago15x18dig_font.h -------------------------------------------------------------------------------- /chicago15x18digtop_font.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cbm80amiga/PropFonts/HEAD/chicago15x18digtop_font.h -------------------------------------------------------------------------------- /chicago_font.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cbm80amiga/PropFonts/HEAD/chicago_font.h -------------------------------------------------------------------------------- /comic_font.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cbm80amiga/PropFonts/HEAD/comic_font.h -------------------------------------------------------------------------------- /digi19x15_font.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cbm80amiga/PropFonts/HEAD/digi19x15_font.h -------------------------------------------------------------------------------- /digi19x15full_font.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cbm80amiga/PropFonts/HEAD/digi19x15full_font.h -------------------------------------------------------------------------------- /digi21x16_font.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cbm80amiga/PropFonts/HEAD/digi21x16_font.h -------------------------------------------------------------------------------- /digits3x5_font.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cbm80amiga/PropFonts/HEAD/digits3x5_font.h -------------------------------------------------------------------------------- /digits4x7_font.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cbm80amiga/PropFonts/HEAD/digits4x7_font.h -------------------------------------------------------------------------------- /dmmsymbols_font.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cbm80amiga/PropFonts/HEAD/dmmsymbols_font.h -------------------------------------------------------------------------------- /examples/ST7789_Numeric_display/ST7789_Numeric_display.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cbm80amiga/PropFonts/HEAD/examples/ST7789_Numeric_display/ST7789_Numeric_display.ino -------------------------------------------------------------------------------- /examples/prop_HelloWorld_ST7789_stm/ST7789_Numeric_display/ST7789_Numeric_display.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cbm80amiga/PropFonts/HEAD/examples/prop_HelloWorld_ST7789_stm/ST7789_Numeric_display/ST7789_Numeric_display.ino -------------------------------------------------------------------------------- /examples/prop_HelloWorld_ST7789_stm/prop_HelloWorld_ST7789_stm.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cbm80amiga/PropFonts/HEAD/examples/prop_HelloWorld_ST7789_stm/prop_HelloWorld_ST7789_stm.ino -------------------------------------------------------------------------------- /fonts_all.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cbm80amiga/PropFonts/HEAD/fonts_all.h -------------------------------------------------------------------------------- /keywords.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cbm80amiga/PropFonts/HEAD/keywords.txt -------------------------------------------------------------------------------- /library.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cbm80amiga/PropFonts/HEAD/library.properties -------------------------------------------------------------------------------- /modern_dig_12x32_font.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cbm80amiga/PropFonts/HEAD/modern_dig_12x32_font.h -------------------------------------------------------------------------------- /modern_dig_12x32b_font.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cbm80amiga/PropFonts/HEAD/modern_dig_12x32b_font.h -------------------------------------------------------------------------------- /modern_dig_15x30b_font.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cbm80amiga/PropFonts/HEAD/modern_dig_15x30b_font.h -------------------------------------------------------------------------------- /modern_dig_15x32_font.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cbm80amiga/PropFonts/HEAD/modern_dig_15x32_font.h -------------------------------------------------------------------------------- /modern_dig_15x32b_font.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cbm80amiga/PropFonts/HEAD/modern_dig_15x32b_font.h -------------------------------------------------------------------------------- /proppl5x7_font.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cbm80amiga/PropFonts/HEAD/proppl5x7_font.h -------------------------------------------------------------------------------- /seg7_12x21dig_font.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cbm80amiga/PropFonts/HEAD/seg7_12x21dig_font.h -------------------------------------------------------------------------------- /seg7_12x23bdig_font.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cbm80amiga/PropFonts/HEAD/seg7_12x23bdig_font.h -------------------------------------------------------------------------------- /seg7_12x23dig_font.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cbm80amiga/PropFonts/HEAD/seg7_12x23dig_font.h -------------------------------------------------------------------------------- /seg7_12x31dig_font.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cbm80amiga/PropFonts/HEAD/seg7_12x31dig_font.h -------------------------------------------------------------------------------- /seg7_13x23bdig_font.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cbm80amiga/PropFonts/HEAD/seg7_13x23bdig_font.h -------------------------------------------------------------------------------- /seg7_14x31bdig_font.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cbm80amiga/PropFonts/HEAD/seg7_14x31bdig_font.h -------------------------------------------------------------------------------- /seg7_14x31dig_font.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cbm80amiga/PropFonts/HEAD/seg7_14x31dig_font.h -------------------------------------------------------------------------------- /seg7_dig_12x32_font.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cbm80amiga/PropFonts/HEAD/seg7_dig_12x32_font.h -------------------------------------------------------------------------------- /seg7_dig_15x32_font.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cbm80amiga/PropFonts/HEAD/seg7_dig_15x32_font.h -------------------------------------------------------------------------------- /seg7fill_12x23dig_font.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cbm80amiga/PropFonts/HEAD/seg7fill_12x23dig_font.h -------------------------------------------------------------------------------- /small4x5_font.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cbm80amiga/PropFonts/HEAD/small4x5_font.h -------------------------------------------------------------------------------- /small4x6_font.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cbm80amiga/PropFonts/HEAD/small4x6_font.h -------------------------------------------------------------------------------- /small4x7_font.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cbm80amiga/PropFonts/HEAD/small4x7_font.h -------------------------------------------------------------------------------- /small5x6_font.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cbm80amiga/PropFonts/HEAD/small5x6_font.h -------------------------------------------------------------------------------- /small5x7_font.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cbm80amiga/PropFonts/HEAD/small5x7_font.h -------------------------------------------------------------------------------- /small5x7bold_font.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cbm80amiga/PropFonts/HEAD/small5x7bold_font.h -------------------------------------------------------------------------------- /term11x16_font.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cbm80amiga/PropFonts/HEAD/term11x16_font.h -------------------------------------------------------------------------------- /term11x24bolddig_font.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cbm80amiga/PropFonts/HEAD/term11x24bolddig_font.h -------------------------------------------------------------------------------- /term11x24dig_font.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cbm80amiga/PropFonts/HEAD/term11x24dig_font.h -------------------------------------------------------------------------------- /term7x14_font.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cbm80amiga/PropFonts/HEAD/term7x14_font.h -------------------------------------------------------------------------------- /term8x10_font.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cbm80amiga/PropFonts/HEAD/term8x10_font.h -------------------------------------------------------------------------------- /term8x10cent_font.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cbm80amiga/PropFonts/HEAD/term8x10cent_font.h -------------------------------------------------------------------------------- /term8x14_font.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cbm80amiga/PropFonts/HEAD/term8x14_font.h -------------------------------------------------------------------------------- /term9x14_font.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cbm80amiga/PropFonts/HEAD/term9x14_font.h -------------------------------------------------------------------------------- /term9x14pl_font.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cbm80amiga/PropFonts/HEAD/term9x14pl_font.h -------------------------------------------------------------------------------- /times_dig_16x24_font.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cbm80amiga/PropFonts/HEAD/times_dig_16x24_font.h -------------------------------------------------------------------------------- /times_dig_16x24ext_font.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cbm80amiga/PropFonts/HEAD/times_dig_16x24ext_font.h -------------------------------------------------------------------------------- /tiny3x7_font.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cbm80amiga/PropFonts/HEAD/tiny3x7_font.h -------------------------------------------------------------------------------- /tiny3x7sq_font.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cbm80amiga/PropFonts/HEAD/tiny3x7sq_font.h -------------------------------------------------------------------------------- /vga8x15_font.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cbm80amiga/PropFonts/HEAD/vga8x15_font.h --------------------------------------------------------------------------------