Rev 1401 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed
| Rev 1401 | Rev 1427 | ||
|---|---|---|---|
| Line 35... | Line 35... | ||
| 35 | #LCD_RS_PIN=0 /* pin for RS line */ |
35 | #LCD_RS_PIN=0 /* pin for RS line */ |
| 36 | #LCD_RW_PORT=PORTD /* port for RW line */ |
36 | #LCD_RW_PORT=PORTD /* port for RW line */ |
| 37 | #LCD_RW_PIN=1 /* pin for RW line */ |
37 | #LCD_RW_PIN=1 /* pin for RW line */ |
| 38 | #LCD_E_PORT=PORTD /* port for Enable line */ |
38 | #LCD_E_PORT=PORTD /* port for Enable line */ |
| 39 | #LCD_E_PIN=4 /* pin for Enable line */ |
39 | #LCD_E_PIN=4 /* pin for Enable line */ |
| - | 40 | ||
| - | 41 | act_hd44780_USE_AUTO_BL=1 |
|
| - | 42 | act_hd44780_LIGHTSENSOR_AD=7 |
|
| - | 43 | ADCHAN7=1 |
|
| 40 | 44 | ||
| 41 | 45 | ||
| 42 | ## End section act_hd44780 -- Do not edit this line |
46 | ## End section act_hd44780 -- Do not edit this line |