mirror of
https://github.com/esphome/esphome.git
synced 2025-10-29 14:13:51 +00:00
@@ -252,7 +252,7 @@ void ST7789V::write_color_(uint16_t color, uint16_t size) {
|
||||
}
|
||||
|
||||
this->dc_pin_->digital_write(true);
|
||||
return write_array(byte, size * 2);
|
||||
write_array(byte, size * 2);
|
||||
}
|
||||
|
||||
size_t ST7789V::get_buffer_length_() {
|
||||
|
||||
Reference in New Issue
Block a user