~siretart/lcd4linux/debian

« back to all changes in this revision

Viewing changes to lcd4linux.conf.sample

  • Committer: Reinhard Tartler
  • Date: 2011-04-27 17:28:49 UTC
  • mfrom: (0.1.1 upstream)
  • Revision ID: siretart@tauware.de-20110427172849-mj5cj5a0igpcc9fn
New upstream snapshot

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#  $Id: lcd4linux.conf.sample 759 2007-02-04 05:55:58Z michael $
2
 
#  $URL: https://ssl.bulix.org/svn/lcd4linux/branches/0.10.1/lcd4linux.conf.sample $
 
1
#  $Id: lcd4linux.conf.sample 1133 2010-11-19 09:02:34Z harbaum $
 
2
#  $URL: https://ssl.bulix.org/svn/lcd4linux/trunk/lcd4linux.conf.sample $
3
3
 
4
4
 
5
5
Variables {
41
41
    UseBusy 0
42
42
}
43
43
 
 
44
Display IRLCD {
 
45
    Driver 'IRLCD'
 
46
    Size '16x2'
 
47
    Backlight 0
 
48
    Icons 1
 
49
}
 
50
 
44
51
Display LCD2USB {
45
52
    Driver 'LCD2USB'
46
53
    Size '20x2'
48
55
    Icons 1
49
56
}
50
57
 
 
58
Display GLCD2USB {
 
59
    Driver 'GLCD2USB'
 
60
    Brightness 255
 
61
}
 
62
 
 
63
Display ABP08-16x3 {
 
64
    Driver  'LW_ABP'
 
65
    Port '/dev/tts/0'
 
66
    Speed 19200
 
67
    Size    '16x3'
 
68
}
51
69
 
52
70
Display LCD2041 {
53
71
    Driver 'MatrixOrbital'
254
272
    Icons     1
255
273
}
256
274
 
 
275
Display picoLCDGraphic {
 
276
    Driver 'picoLCDGraphic'
 
277
    Size     '256x64'
 
278
    Contrast  0
 
279
    Backlight 100
 
280
}
 
281
 
257
282
Display SC1602D {
258
283
    Driver 'HD44780'
259
284
    Port '/dev/parports/0'      
303
328
 
304
329
 
305
330
Display LCDTerm {
306
 
    Driver 'LCDTerm
 
331
    Driver 'LCDTerm'
307
332
    Port '/dev/tts/0'
308
333
    Speed 19200
309
334
    Size '20x4'
318
343
    Size '20x2'
319
344
}
320
345
 
 
346
Display PHAnderson {
 
347
    Driver 'PHAnderson'
 
348
    Port '/dev/tts/0'
 
349
    Speed 19200
 
350
    Size '24x2'
 
351
    Blackligth 100
 
352
    Bootscreen '123456789012345678901234ABCDEFGHIJKLMNOPQRSTUVWX'                                         
 
353
}
 
354
 
321
355
Display BA63 {
322
356
    Driver   'WincorNixdorf'
323
357
    Model    'BA63'
356
390
}
357
391
 
358
392
 
 
393
Display ULA200 {
 
394
    Driver 'ULA200'
 
395
    Size '20x4'
 
396
    Icons 0
 
397
    Backlight 1
 
398
}
 
399
 
359
400
Display USBLCD {
360
401
    Driver 'USBLCD'
361
402
#   Port '/dev/lcd0'
440
481
   Inverted 0
441
482
}
442
483
 
 
484
Display ASTUSB {
 
485
    Driver 'ASTUSB'
 
486
    Size '20x4'
 
487
    Backlight 1
 
488
}
 
489
 
443
490
Display XWindow {
444
491
    Driver 'X11'
445
492
    Size   '120x32'
447
494
    Pixel  '4+1'
448
495
    Gap    '-1x-1'
449
496
    Border 20
450
 
#   Foreground '#000000'
451
 
#   Background '#80d000'
452
 
#   Halfground '#70c000'
453
 
    Foreground '000000cc'
454
 
    Background '00000022'
455
 
    Basecolor  '80d000'
 
497
    Buttons 2
 
498
    Foreground  '000000cc'
 
499
    Background  '00000022'
 
500
    Basecolor   '80d000'
 
501
    Bordercolor '90e000'
456
502
}
457
503
 
458
504
Display Image {
472
518
    Basecolor  '80d000'
473
519
}
474
520
 
 
521
Display VNC {
 
522
    Driver       'VNC'
 
523
    Font         '6x8'
 
524
    Port         '5900'
 
525
    Xres         '320'
 
526
    Yres         '140'
 
527
    Bpp          '4'
 
528
    Maxclients   '2'
 
529
    Buttons      '4'
 
530
    Keypadxofs   '40'
 
531
    Keypadyofs   '70'
 
532
    Keypadygap   '10'
 
533
    Keypadcol    '8745877'
 
534
    Osd_showtime '2000'
 
535
#    Password     'password'
 
536
    Maxfps       '25'
 
537
#    HttpDir     '/path/to/classfiles'
 
538
    HttpPort     '5800'
 
539
}
 
540
 
475
541
#Plugin KVV {
476
542
#    StationID '12_701'
477
543
#    Refresh 30
500
566
}
501
567
 
502
568
 
 
569
Plugin DBus {
 
570
       # signal 0 is displayed IM msg
 
571
       #
 
572
       signal0sender 'im.pidgin.purple.PurpleService'      # should be in the form com.domain.app.service,
 
573
                                                           # the :1.23 form given by dbus-monitor will NOT work,
 
574
                                                           # if unsure skip it
 
575
       signal0path '/im/pidgin/purple/PurpleObject'        # find using dbus-monitor
 
576
       signal0interface 'im.pidgin.purple.PurpleInterface' # find using dbus-monitor
 
577
       signal0member 'DisplayedImMsg'                      # find using dbus-monitor
 
578
       signal0eventname 'got_im' # make something up, all Text widgets with an
 
579
                                 # event option matching this will be updated
 
580
}
 
581
 
 
582
 
 
583
#this example prints the second argument of signal# 0
 
584
#(in this case it prints the message displayed)
 
585
Widget Pidgin {
 
586
    class 'Text'
 
587
    expression dbus::argument(0, 1) . ': ' . dbus::argument(0, 2))
 
588
    width 20    
 
589
    align 'R'   
 
590
    event 'got_im'      
 
591
}       
 
592
 
 
593
 
503
594
Widget OS {
504
595
    class 'Text'
505
596
    expression '*** '.uname('sysname').' '.uname('release').' ***'
688
779
    update 1000
689
780
}
690
781
 
 
782
Widget mpris_TrackPosition_bar {
 
783
    class 'Bar'
 
784
    expression  mpris_dbus::method_PositionGet('org.kde.amarok')
 
785
    length 40   
 
786
    min 0
 
787
    max 100
 
788
    direction 'E'
 
789
    style 'H'
 
790
    update 200
 
791
}
691
792
 
692
793
# debugging widgets 
693
794
 
1199
1300
#Display 'T6963-240x128'
1200
1301
#Display 'T6963-240x128D'
1201
1302
#Display 'XWindow'
 
1303
#Display 'IRLCD'
1202
1304
#Display 'USBLCD'
1203
1305
#Display 'BWCT'
1204
1306
#Display 'Image'
1207
1309
#Display 'LPH7508-serdisplib'
1208
1310
#Display 'LPH7508'
1209
1311
#Display 'ctinclud'
1210
 
Display 'picoLCD'
 
1312
#Display 'picoLCD'
 
1313
#Display 'VNC'
 
1314
Display 'GLCD2USB'
1211
1315
 
1212
1316
#Layout 'Default'
1213
 
#Layout 'TestLayer'
 
1317
Layout 'TestLayer'
1214
1318
#Layout 'TestImage'
1215
1319
#Layout 'L8x2'
1216
1320
#Layout 'L16x1'
1217
1321
#Layout 'L16x2'
1218
 
Layout 'L20x2'
 
1322
#Layout 'L20x2'
1219
1323
#Layout 'L40x2'
1220
1324
#Layout 'Test'
1221
1325
#Layout 'Test2'