Revert "add Pico-ResTouch-LCD-3.5" (#6098)

This commit is contained in:
NP v/d Spek
2024-01-15 07:41:01 +01:00
committed by GitHub
parent 8cd1798674
commit 412c999f14
4 changed files with 1 additions and 40 deletions
@@ -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;