Logo
Explore Help
Sign In
espressif/esp-idf
1
0
Fork 1
You've already forked esp-idf
mirror of https://github.com/espressif/esp-idf.git synced 2025-11-05 09:31:41 +01:00
Code Issues Packages Projects Releases Wiki Activity
Files
f43b3afcec3b8089fee6dfa4f901b66e24f40f8c
esp-idf/components/esp_lcd/include/esp_lcd_panel_vendor.h

13 lines
272 B
C
Raw Normal View History

lcd: add esp_lcd component * Support intel 8080 LCD panel IO on ESP32-S3 * Support RGB LCD panel on ESP32-S3 * Support SPI && I2C LCD panel IO on all esp chips
2021-05-12 11:26:07 +08:00
/*
feat(ssd1306): Add vendor specific configuration for SSD1306 Merges https://github.com/espressif/esp-idf/pull/12450
2023-10-23 13:45:02 +01:00
* SPDX-FileCopyrightText: 2021-2023 Espressif Systems (Shanghai) CO LTD
lcd: add esp_lcd component * Support intel 8080 LCD panel IO on ESP32-S3 * Support RGB LCD panel on ESP32-S3 * Support SPI && I2C LCD panel IO on all esp chips
2021-05-12 11:26:07 +08:00
*
* SPDX-License-Identifier: Apache-2.0
*/
lcd: support i80 LCD on esp32/s2/s3
2021-08-04 20:11:31 +08:00
change(esp_lcd): split panel vendor driver into seperate header file
2023-11-06 18:34:19 +08:00
#pragma once
lcd: add esp_lcd component * Support intel 8080 LCD panel IO on ESP32-S3 * Support RGB LCD panel on ESP32-S3 * Support SPI && I2C LCD panel IO on all esp chips
2021-05-12 11:26:07 +08:00
change(esp_lcd): split panel vendor driver into seperate header file
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"
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.6 Page: 105ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API