mirror of
https://github.com/apache/nuttx.git
synced 2025-01-13 10:58:49 +08:00
Trivial changes from review of PR 115
This commit is contained in:
parent
ade02a513b
commit
32ebeb15b4
2 changed files with 3 additions and 1 deletions
|
@ -179,7 +179,7 @@
|
|||
/* Bytes per logical row and actual device row */
|
||||
|
||||
#if defined(CONFIG_LCD_SH1106_OLED_132)
|
||||
#define SSD1306_DEV_XSTRIDE (SSD1306_DEV_XRES >> 3)
|
||||
# define SSD1306_DEV_XSTRIDE (SSD1306_DEV_XRES >> 3)
|
||||
#else
|
||||
# define SSD1306_DEV_XSTRIDE (SSD1306_DEV_XRES >> 3)
|
||||
#endif
|
||||
|
@ -285,3 +285,4 @@ static inline void ssd1306_configspi(FAR struct spi_dev_s *spi)
|
|||
#endif
|
||||
|
||||
#endif /* __DRIVERS_LCD_SSD1306_H */
|
||||
|
||||
|
|
|
@ -149,3 +149,4 @@ void ssd1306_sendblk(FAR struct ssd1306_dev_s *priv, uint8_t *data, uint8_t len)
|
|||
}
|
||||
|
||||
#endif /* CONFIG_LCD_SSD1306 &7 CONFIG_LCD_SSD1306_I2C */
|
||||
|
||||
|
|
Loading…
Reference in a new issue