FreeCalypso > hg > fc-selenite
view src/cs/drivers/drv_app/r2d/lcds/Simple/generate @ 198:712a28fda778
init.c: sync with Magnetite
This change affects only the D-Sample target which is not supported
in Selenite, but we need to keep the diff down.
| author | Mychaela Falconia <falcon@freecalypso.org> |
|---|---|
| date | Thu, 28 May 2020 05:33:05 +0000 |
| parents | b6a5e36de839 |
| children |
line wrap: on
line source
#!/bin/sh tool=E:/Bt/Drivers/Common/R2D/R2D_FONT_TOOL/r2d_font_tool dir=E:/Bt/Drivers/Common/R2D/R2D_FONT_TOOL/Example_Font blocks="-block GREEK -block RUNIC -block GEOMETRIC_SHAPES -block HIRAGANA -block KATAKANA -block COMBINING_DIACRITICAL_MARKS" $tool $blocks -size 14 -name proportional -debug $dir/CASLR___.TTF > OUT blocks="-block BASIC_LATIN1 -block LATIN1_SUPPLEMENT -block GENERAL_PUNCTUATION" $tool $blocks -name system ti
