;Read the TXT file for more information ;[LCD] section setup configures the LCD ;Port=LPT port address with LCD panel ; LPT1 is usually 378, LPT2 is usually 278 ;ScrollDelay=line scroll speed ;ScrollEndDelay=delay when the scroll direction changes ;ScreenRefreshDelay=delay between entire screen update ;ShuffleX=x position for shuffle indicator ;ShuffleY=y position for shuffle indicator ;RepeatX=x position for repeat indicator ;RepeatY=y position for repeat indicator ; omit the X and Y values to not use the indicators ;Columns=width (in characters) of the LCD panel ;Lines=number of lines (of characters) the LCD panel has ;Line?=one of the following numbers to display the info, ; where ? is the line number of the display. ; The information will be centered on the line. ;Item?=One of the following info numbers to display at specified ; location. ;Item?x=horizontal position (left most is 1) ;Item?y=line number (top line is 1) ; ;Info Which Can Be Specified: ;0 Track Name (from the ID3 tag) ;1 Artist (from the ID3 tag) ;2 Album (from the ID3 tag) ;3 Year (from the ID3 tag) ;4 Comment (from the ID3 tag) ;5 Current position (in time) mm:ss (min:sec) ;6 Current position mm:ss.hh (min:sec.hundredth) ;7 Time Remaining -mm:ss ;8 Song length mm:ss ;9 Track Number (based on the playlist) ;10 Sample Rate ;11 Bit Rate ;12 Number of Channels ;13 Title that winamp is displaying ;14 Filanme of the song playing (with full path) ;15 Time of Day hh:mm:ss [LCD] Port=378 ScrollDelay=20 ScrollEndDelay=55 ScreenRefreshDelay=10 ShuffleX=20 ShuffleY=3 RepeatX=19 RepeatY=3 Columns=40 Lines=4 Line1=0 Line2=14 Item1=5 Item1x=1 Item1y=3 Item2=15 Item2x=31 Item2y=4 Item3=10 Item3x=1 Item3y=4 Item4=9 Item4x=8 Item4y=4 Item5=7 Item5x=30 Item5y=3 [Timing] ControlCode=2 Data=2 Init=20 ECP=1 [Screen] x_location=340 y_location=71 HideWindow=0