forked from nuttx/nuttx-update
Fix a few typos
This commit is contained in:
parent
46e5f292dd
commit
3dfb5e962b
2 changed files with 2 additions and 2 deletions
|
@ -283,7 +283,7 @@ struct ssd1306_dev_s
|
|||
#ifdef CONFIG_LCD_SSD1306_SPI
|
||||
FAR struct spi_dev_s *spi; /* Cached SPI device reference */
|
||||
#else
|
||||
FAR struct i2c_master_s *i2c; /* Cached SPI device reference */
|
||||
FAR struct i2c_master_s *i2c; /* Cached I2C device reference */
|
||||
uint8_t addr; /* 7-bit I2C address */
|
||||
#endif
|
||||
uint8_t contrast; /* Current contrast setting */
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/**************************************************************************************
|
||||
* drivers/lcd/ssd1306.c
|
||||
* drivers/lcd/ssd1306_base.c
|
||||
* Driver for Univision UG-2864HSWEG01 OLED display or UG-2832HSWEG04 both with the
|
||||
* Univision SSD1306 controller in SPI mode and Densitron DD-12864WO-4A with SSD1309
|
||||
* in SPI mode.
|
||||
|
|
Loading…
Reference in a new issue