Changes between Version 6 and Version 7 of LEDMatrix
- Timestamp:
- 08/09/06 19:31:25 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
LEDMatrix
v6 v7 1 1 == For those who think that size matters ... == 2 2 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) 4 6 5 7 The [http://www.harbaum.org/till/ledmatrix LEDMATRIX] display is a DIY LED matrix display. … … 17 19 IPAddress '<ip address>' 18 20 Port Portno 21 font 'font size' 22 fontstyle 'style' 19 23 } 20 24 }}} … … 27 31 ||IPAddress||IP address or host name of LED display (e.g. 192.168.1.111)|| 28 32 ||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) || 29 35 30 36 ---- … … 35 41 36 42 {{{ 37 Display L CD2USB{43 Display LEDMATRIX { 38 44 Driver 'LEDMatrix' 39 45 IPAddress '192.168.1.111' 40 46 Port 4711 47 font '6x8' 48 fontstyle 'bold' 41 49 42 50 Foreground 'ff0000' 43 51 Background '000000' 44 52 Basecolor '000000' 45 46 53 } 47 54 }}}