mirror of
https://github.com/Threnklyn/esphome-dev.git
synced 2026-06-07 13:24:56 +02:00
Revert "add Pico-ResTouch-LCD-3.5" (#6098)
This commit is contained in:
@@ -34,9 +34,6 @@ void ILI9XXXDisplay::setup() {
|
||||
mad |= MADCTL_MY;
|
||||
this->send_command(ILI9XXX_MADCTL, &mad, 1);
|
||||
|
||||
mad = this->is_18bitdisplay_ ? 0x66 : 0x55;
|
||||
this->send_command(ILI9XXX_PIXFMT, &mad, 1);
|
||||
|
||||
this->x_low_ = this->width_;
|
||||
this->y_low_ = this->height_;
|
||||
this->x_high_ = 0;
|
||||
|
||||
Reference in New Issue
Block a user