Links2004 / arduinoVNC

a VNC Client for Arduino based on rfbproto
GNU General Public License v2.0
303 stars 58 forks source link

about errors ledc #30

Closed modi12jin closed 1 year ago

modi12jin commented 1 year ago
VNCDriver::VNCDriver(LGFX *lgfx) {
  _lcd = lgfx;
  // _lcd->setRotation(1);
  // _lcd->setBrightness(255);
  _lcd->fillScreen(TFT_BLACK);
}

https://esp32.com/viewtopic.php?t=26198