Skip to content

Commit

Permalink
Added panel
Browse files Browse the repository at this point in the history
  • Loading branch information
rzeldent committed Jun 25, 2024
1 parent d1f4258 commit fead3f4
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions include/esp_panel_nv3041a.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
#pragma once

#include <esp_lcd.h>
#include <esp_lcd_types.h>
#include <esp_lcd_panel_vendor.h>

#ifdef __cplusplus
extern "C"
{
#endif

typedef struct
{
const lcd_init_cmd_t *init_cmds;
uint16_t init_cmds_size;
} nv3041a_vendor_config_t;

esp_err_t esp_lcd_new_panel_nv3041a(const esp_lcd_panel_io_handle_t io, const esp_lcd_panel_dev_config_t *config, esp_lcd_panel_handle_t *handle);

#ifdef __cplusplus
}
#endif

0 comments on commit fead3f4

Please sign in to comment.