Changes between Version 6 and Version 7 of LEDMatrix


Ignore:
Timestamp:
08/09/06 19:31:25 (4 years ago)
Author:
Till Harbaum
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • LEDMatrix

    v6 v7  
    11== For those who think that size matters ... == 
    22 
    3 [[Image(ledmatrix-lcd4linux.jpg)]] 
     3[[Image(ledmatrix-lcd4linux.2.jpg)]] 
     4 
     5(The missing pixel in the letter B is a defective LED in my display and not a bug in lcd4linux) 
    46 
    57The [http://www.harbaum.org/till/ledmatrix LEDMATRIX] display is a DIY LED matrix display. 
     
    1719    IPAddress  '<ip address>' 
    1820    Port       Portno 
     21    font       'font size' 
     22    fontstyle  'style' 
    1923} 
    2024}}} 
     
    2731||IPAddress||IP address or host name of LED display (e.g. 192.168.1.111)|| 
    2832||Port||UDP port number to be used. Default is 4711|| 
     33||Font||Font size. Default is 6*8|| 
     34||Fontstyle||Font style (bold or plain). Default is plain) || 
    2935 
    3036---- 
     
    3541 
    3642{{{ 
    37 Display LCD2USB { 
     43Display LEDMATRIX { 
    3844    Driver     'LEDMatrix' 
    3945    IPAddress  '192.168.1.111' 
    4046    Port       4711  
     47    font       '6x8' 
     48    fontstyle  'bold' 
    4149 
    4250    Foreground 'ff0000' 
    4351    Background '000000' 
    4452    Basecolor  '000000' 
    45  
    4653} 
    4754}}}