Merge pull request #553 from dfsx1/master

Fix #534 ILI9486 Failed to start: src/drv/tft/tft_driver_lovyangfx.cpp
This commit is contained in:
fvanroie 2023-10-02 01:01:55 +02:00 committed by GitHub
commit 1b24478692
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -298,6 +298,11 @@ lgfx::Panel_Device* LovyanGfx::_init_panel(lgfx::IBus* bus)
LOG_VERBOSE(TAG_TFT, F("Panel_ILI9481_b"));
break;
}
case TFT_PANEL_ILI9486: {
panel = new lgfx::Panel_ILI9486();
LOG_VERBOSE(TAG_TFT, F("Panel_ILI9486"));
break;
}
case TFT_PANEL_ILI9488: {
panel = new lgfx::Panel_ILI9488();
LOG_VERBOSE(TAG_TFT, F("Panel_ILI9488"));