[ssd1306_base] fix typo brighrness (#9491)

This commit is contained in:
Thomas Rupprecht 2025-07-16 05:22:33 +02:00 committed by GitHub
parent c691f01c7f
commit 9cac1c824e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -176,7 +176,7 @@ void SSD1306::setup() {
// Disable scrolling mode (0x2E)
this->command(SSD1306_COMMAND_DEACTIVATE_SCROLL);
// Contrast and brighrness
// Contrast and brightness
// SSD1306 does not have brightness setting
set_contrast(this->contrast_);
if (this->is_ssd1305_())