FreeCalypso > hg > fc-magnetite
comparison src/cs/drivers/drv_app/r2d/lcds/PC_CSAMPLE/generate @ 0:945cf7f506b2
src/cs: chipsetsw import from tcs211-fcmodem
binary blobs and LCD demo files have been excluded,
all line endings are LF only
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sun, 25 Sep 2016 22:50:11 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:945cf7f506b2 |
---|---|
1 #!/bin/sh | |
2 | |
3 tool=E:/ssa_java/Drivers/Common/R2D/R2D_FONT_TOOL/r2d_font_tool | |
4 dir=E:/ssa_java/Drivers/Common/R2D/R2D_FONT_TOOL/Example_Font | |
5 | |
6 blocks="-block GREEK -block RUNIC -block GEOMETRIC_SHAPES -block HIRAGANA -block KATAKANA" | |
7 $tool $blocks -size 14 -name proportional $dir/CASLR___.TTF | |
8 | |
9 blocks="-block BASIC_LATIN1 -block LATIN1_SUPPLEMENT -block GENERAL_PUNCTUATION" | |
10 $tool $blocks -name system ti |