mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 16:50:55 +08:00
Fix a few typos
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user