2021-05-12 11:26:07 +08:00
|
|
|
/*
|
2023-10-23 13:45:02 +01:00
|
|
|
* SPDX-FileCopyrightText: 2021-2023 Espressif Systems (Shanghai) CO LTD
|
2021-05-12 11:26:07 +08:00
|
|
|
*
|
|
|
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
*/
|
2021-08-04 20:11:31 +08:00
|
|
|
|
2023-11-06 18:34:19 +08:00
|
|
|
#pragma once
|
2021-05-12 11:26:07 +08:00
|
|
|
|
2023-11-06 18:34:19 +08:00
|
|
|
#include "esp_lcd_panel_dev.h"
|
|
|
|
|
#include "esp_lcd_panel_ssd1306.h"
|
|
|
|
|
#include "esp_lcd_panel_st7789.h"
|
|
|
|
|
#include "esp_lcd_panel_nt35510.h"
|