mirror of
https://github.com/esphome/esphome.git
synced 2025-07-28 14:16:40 +00:00
[ssd1306_base] fix typo brighrness
(#9491)
This commit is contained in:
parent
c691f01c7f
commit
9cac1c824e
@ -176,7 +176,7 @@ void SSD1306::setup() {
|
|||||||
// Disable scrolling mode (0x2E)
|
// Disable scrolling mode (0x2E)
|
||||||
this->command(SSD1306_COMMAND_DEACTIVATE_SCROLL);
|
this->command(SSD1306_COMMAND_DEACTIVATE_SCROLL);
|
||||||
|
|
||||||
// Contrast and brighrness
|
// Contrast and brightness
|
||||||
// SSD1306 does not have brightness setting
|
// SSD1306 does not have brightness setting
|
||||||
set_contrast(this->contrast_);
|
set_contrast(this->contrast_);
|
||||||
if (this->is_ssd1305_())
|
if (this->is_ssd1305_())
|
||||||
|
Loading…
x
Reference in New Issue
Block a user