aboutsummaryrefslogtreecommitdiff
path: root/charLCD/conffile
blob: 04d8c26dcaf10b6cf3486a19800dae3fa423dd0a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
menu "charLCD" "Character LCD I2C display"

CHARLCD_ADDRESS:
    type hex
    nodefault
    menu "I2C Address"

CHARLCD_CHARS:
    type int
    nodefault
    menu "LCD character count" "Number of characters of display per line"

CHARLCD_LINES:
    type int
    nodefault
    menu "LCD lines count" "Number of lines of display"

endmenu