@@ -111,7 +111,7 @@ config CFAG12864B
111
111
If unsure, say N.
112
112
113
113
config CFAG12864B_RATE
114
- int "Refresh rate (hertz)"
114
+ int "Refresh rate (hertz)"
115
115
depends on CFAG12864B
116
116
default "20"
117
117
---help---
@@ -329,7 +329,7 @@ config PANEL_LCD_PROTO
329
329
330
330
config PANEL_LCD_PIN_E
331
331
depends on PANEL_PROFILE="0" && PANEL_LCD="1" && PANEL_LCD_PROTO="0"
332
- int "Parallel port pin number & polarity connected to the LCD E signal (-17...17) "
332
+ int "Parallel port pin number & polarity connected to the LCD E signal (-17...17) "
333
333
range -17 17
334
334
default 14
335
335
---help---
@@ -344,7 +344,7 @@ config PANEL_LCD_PIN_E
344
344
345
345
config PANEL_LCD_PIN_RS
346
346
depends on PANEL_PROFILE="0" && PANEL_LCD="1" && PANEL_LCD_PROTO="0"
347
- int "Parallel port pin number & polarity connected to the LCD RS signal (-17...17) "
347
+ int "Parallel port pin number & polarity connected to the LCD RS signal (-17...17) "
348
348
range -17 17
349
349
default 17
350
350
---help---
@@ -359,7 +359,7 @@ config PANEL_LCD_PIN_RS
359
359
360
360
config PANEL_LCD_PIN_RW
361
361
depends on PANEL_PROFILE="0" && PANEL_LCD="1" && PANEL_LCD_PROTO="0"
362
- int "Parallel port pin number & polarity connected to the LCD RW signal (-17...17) "
362
+ int "Parallel port pin number & polarity connected to the LCD RW signal (-17...17) "
363
363
range -17 17
364
364
default 16
365
365
---help---
@@ -374,7 +374,7 @@ config PANEL_LCD_PIN_RW
374
374
375
375
config PANEL_LCD_PIN_SCL
376
376
depends on PANEL_PROFILE="0" && PANEL_LCD="1" && PANEL_LCD_PROTO!="0"
377
- int "Parallel port pin number & polarity connected to the LCD SCL signal (-17...17) "
377
+ int "Parallel port pin number & polarity connected to the LCD SCL signal (-17...17) "
378
378
range -17 17
379
379
default 1
380
380
---help---
@@ -389,7 +389,7 @@ config PANEL_LCD_PIN_SCL
389
389
390
390
config PANEL_LCD_PIN_SDA
391
391
depends on PANEL_PROFILE="0" && PANEL_LCD="1" && PANEL_LCD_PROTO!="0"
392
- int "Parallel port pin number & polarity connected to the LCD SDA signal (-17...17) "
392
+ int "Parallel port pin number & polarity connected to the LCD SDA signal (-17...17) "
393
393
range -17 17
394
394
default 2
395
395
---help---
@@ -404,12 +404,12 @@ config PANEL_LCD_PIN_SDA
404
404
405
405
config PANEL_LCD_PIN_BL
406
406
depends on PANEL_PROFILE="0" && PANEL_LCD="1"
407
- int "Parallel port pin number & polarity connected to the LCD backlight signal (-17...17) "
407
+ int "Parallel port pin number & polarity connected to the LCD backlight signal (-17...17) "
408
408
range -17 17
409
409
default 0
410
410
---help---
411
411
This describes the number of the parallel port pin to which the LCD 'BL' signal
412
- has been connected. It can be :
412
+ has been connected. It can be :
413
413
414
414
0 : no connection (eg: connected to ground)
415
415
1..17 : directly connected to any of these pins on the DB25 plug
0 commit comments