graphlcd-base/docs/README.showtext
author root@rika
Wed, 06 Feb 2008 17:32:55 +0000
changeset 4 df6a40031aa5
permissions -rw-r--r--
added graphlcd-base
     1 This is the README of the showtext tool, which is part of the GraphLCD
     2 base package.
     3 
     4 written by Andreas Regel (andreas.regel AT powarman.de)
     5 
     6 See the file COPYING for license information.
     7 
     8 
     9 Description:
    10 ------------
    11 showtext is a program to show a user defined text with a user defined
    12 font on a graphical LC Display. It supports all controllers the GraphLCD
    13 driver library supports.
    14 
    15 The font must be in a special format (*.fnt), which can be created with
    16 the crtfont tool.
    17 
    18 
    19 Using showtext:
    20 --------------
    21   showtext [-c CONFIGFILE] [-d DISPLAY] [-f FONT] [-x XPOS] [-y YPOS] [-uib] text [more text]
    22 
    23   -c  --config      specifies the location of the config file
    24                     (default: /etc/graphlcd.conf)
    25   -d  --display     specifies the output display
    26                     (default: the first one in config file)
    27   -f  --font        specifies the font that is used for the text output
    28   -x  --xpos        specifies the x-position where the text starts
    29   -y  --ypos        specifies the y-position where the text starts
    30   -u  --upsidedown  rotates the output by 180 degrees (default: no)
    31   -i  --invert      inverts the output (default: no)
    32   -b  --brightness  set brightness for display if driver support it [%]
    33                     (default: config file value)
    34 
    35   example: showtext -c /etc/graphlcd.conf -f f17.fnt "Line1" "Line2"