[lcd4linux @ 2006-08-14 05:54:03 by reinelt]

minor warnings fixed, CFLAGS changed (no-strict-aliasing)

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@694 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
This commit is contained in:
reinelt
2006-08-14 05:54:04 +00:00
parent 1e0c4359a6
commit 4eb995e1e2
7 changed files with 51 additions and 15 deletions

View File

@@ -358,13 +358,24 @@ Display T6963-240x64 {
Port '/dev/parports/0'
Size '240x64'
Font '6x8'
FontStyle 'bold'
Wire.CE 'STROBE'
Wire.CD 'SLCTIN'
Wire.RD 'AUTOFD'
Wire.WR 'INIT'
}
Display T6963-240x128 {
Driver 'T6963'
Port '/dev/parports/0'
Size '240x128'
Font '6x8'
Wire.CE 'STROBE'
Wire.CD 'SLCTIN'
Wire.RD 'AUTOFD'
Wire.WR 'INIT'
Timing.fuzz 120
}
Display LPH7508 {
Driver 'LPH7508'
@@ -822,7 +833,7 @@ Widget Test {
Widget Test1 {
class 'Text'
expression 'ABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890'
width 80
width 40
align 'M'
speed 100
}
@@ -830,7 +841,7 @@ Widget Test1 {
Widget Test2 {
class 'Text'
expression '1234567890abcdefghijklmnopqrstuvwxyz'
width 80
width 40
align 'M'
speed 150
}
@@ -1048,6 +1059,14 @@ Layout Test {
Row14.Col1 'Test1'
Row15.Col1 'Test1'
Row16.Col1 'Test1'
Row17.Col1 'Test1'
Row18.Col1 'Test1'
Row19.Col1 'Test1'
Row20.Col1 'Test1'
Row21.Col1 'Test1'
Row22.Col1 'Test1'
Row23.Col1 'Test1'
Row24.Col1 'Test1'
}
Layout Test2 {
@@ -1108,7 +1127,8 @@ Layout Debug {
#Display 'SimpleLCD'
#Display 'BA63'
#Display 'CT20x4'
Display 'T6963-240x64'
Display 'T6963-240x128'
#Display 'T6963-240x64'
#Display 'XWindow'
#Display 'USBLCD'
#Display 'BWCT'
@@ -1119,7 +1139,7 @@ Display 'T6963-240x64'
#Display 'LPH7508'
#Display 'ctinclud'
Layout 'Default'
#Layout 'Default'
#Layout 'TestLayer'
#Layout 'TestImage'
#Layout 'L8x2'
@@ -1127,7 +1147,7 @@ Layout 'Default'
#Layout 'L16x2'
#Layout 'L20x2'
#Layout 'L40x2'
#Layout 'Test'
Layout 'Test'
#Layout 'Test2'
#Layout 'TestGPO'
#Layout 'Debug'