Add support for ESP32-S3-BOX displays (#4942)

The ESP32-S3-BOX display has an ILI9xxx driver
Add the needed configuration so that it works.
This commit is contained in:
guillempages
2023-06-17 10:38:44 +02:00
committed by GitHub
parent ffa669899a
commit 1a7f121ac6
4 changed files with 47 additions and 0 deletions
@@ -134,6 +134,11 @@ class ILI9XXXST7796 : public ILI9XXXDisplay {
void initialize() override;
};
class ILI9XXXS3Box : public ILI9XXXDisplay {
protected:
void initialize() override;
};
class ILI9XXXS3BoxLite : public ILI9XXXDisplay {
protected:
void initialize() override;