1todologo(8) GNOKII Tools todologo(8)
2
3
4
6 todologo - Create operator logo that contains 3 lines of text
7
8
10 todologo <text of line> - <text of line 2> - <text of line 3>
11
12
14 The todologo program is used to create three lines of text that fits to
15 the standard Nokia operator logo space (i.e. 72x14 pixel space). This
16 is achieved by using a proportional tiny font which most elements have
17 size of 3x4 pixels (some are thinner).
18
19 The name comes from an original intention that this program is used to
20 create todo entries to one's mobile phone screen so that those are
21 always visible and thus in user's memory. But the tool can just be used
22 to print arbitrary text to the space provided by an operator logo.
23
24 The hand-crafted font currently supports the following characters:
25 abcdefghijklmnopqrstuvwxyz and 0123456789
26
27
29 The standard `.nol' formatted operator logo is printed to standard out‐
30 put. The header information of that output is taken from gnokii.nol
31 that is distributed with GNOKII -- so you most probably need to give
32 your operator code when uploading it to your mobile phone. Use gnokii
33 or xgnokii to do the uploading.
34
35
37 First example writes some todo entries to todo.nol:
38
39 todologo pick up kids - call wife - order chinese >todo.nol
40
41 This last example writes some wisdom to the stdout:
42
43 todologo Never underestimate - the power of the dark - side of
44 the force
45
47 Tomi Ollila <Tomi.Ollila@iki.fi>
48
49
51 This program is distributed under the GNU Public License.
52
53
55 gnokii(1),[22mxgnokii(1x)
56
57
58
59
60GNOKII Tools January 3, 2001 todologo(8)