mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-07 15:34:04 +00:00
Make I2C address configurable for HD44780 LCD variations
Also add a basic README with some pointers on how to connect and configure the LCDs
This commit is contained in:
parent
ef0ebb4d49
commit
ce367f73cb
7 changed files with 72 additions and 8 deletions
|
|
@ -107,15 +107,20 @@ Brightness=50
|
|||
[HD44780]
|
||||
Rows=2
|
||||
Columns=16
|
||||
|
||||
# For basic HD44780 displays (4-bit connection)
|
||||
# rs, strb, d0, d1, d2, d3
|
||||
# For basic HD44780 displays
|
||||
Pins=11,10,0,1,2,3
|
||||
|
||||
# Device address for I2C
|
||||
I2CAddress=0x20
|
||||
|
||||
# PWM backlight
|
||||
PWM=0
|
||||
PWMPin=21
|
||||
PWMBright=100
|
||||
PWMDim=16
|
||||
|
||||
DisplayClock=1
|
||||
UTC=0
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue