drivers/lcd: Fix the default I2C address of SSD1306 OLED display (7- vs 8-bit addressing)

This commit is contained in:
Alan Carvalho de Assis 2018-02-11 16:56:20 -06:00 committed by Gregory Nutt
parent d3ddf2e05f
commit 1247828e74

View File

@ -492,9 +492,10 @@ if LCD_SSD1306_I2C
config SSD1306_I2CADDR
int "SSD1306 I2C Address"
default 120
default 60
---help---
I2C Address of SSD1306
7-bit I2C Address of SSD1306. Typical addresses are 0x3C (60) or
0x7A (61).
config SSD1306_I2CFREQ
int "SSD1306 I2C Frequency"