diff options
author | andreas 'randy' weinberger <vdr@smue.org> | 2010-02-21 19:58:27 +0100 |
---|---|---|
committer | andreas 'randy' weinberger <vdr@smue.org> | 2010-02-21 19:58:27 +0100 |
commit | 10ab31fa86dbf9875b5f6baa6ac59fefaaf86be3 (patch) | |
tree | 60ad7c856565f03e145b2996d1bb5f9cd64c0532 /docs/README.showtext | |
download | graphlcd-base-10ab31fa86dbf9875b5f6baa6ac59fefaaf86be3.tar.gz graphlcd-base-10ab31fa86dbf9875b5f6baa6ac59fefaaf86be3.tar.bz2 |
initial git upload, based on graphlcd-base-0.1.5
Diffstat (limited to 'docs/README.showtext')
-rw-r--r-- | docs/README.showtext | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/docs/README.showtext b/docs/README.showtext new file mode 100644 index 0000000..2136322 --- /dev/null +++ b/docs/README.showtext @@ -0,0 +1,35 @@ +This is the README of the showtext tool, which is part of the GraphLCD +base package. + +written by Andreas Regel (andreas.regel AT powarman.de) + +See the file COPYING for license information. + + +Description: +------------ +showtext is a program to show a user defined text with a user defined +font on a graphical LC Display. It supports all controllers the GraphLCD +driver library supports. + +The font must be in a special format (*.fnt), which can be created with +the crtfont tool. + + +Using showtext: +-------------- + showtext [-c CONFIGFILE] [-d DISPLAY] [-f FONT] [-x XPOS] [-y YPOS] [-uib] text [more text] + + -c --config specifies the location of the config file + (default: /etc/graphlcd.conf) + -d --display specifies the output display + (default: the first one in config file) + -f --font specifies the font that is used for the text output + -x --xpos specifies the x-position where the text starts + -y --ypos specifies the y-position where the text starts + -u --upsidedown rotates the output by 180 degrees (default: no) + -i --invert inverts the output (default: no) + -b --brightness set brightness for display if driver support it [%] + (default: config file value) + + example: showtext -c /etc/graphlcd.conf -f f17.fnt "Line1" "Line2" |