-
Notifications
You must be signed in to change notification settings - Fork 79
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
580 additions
and
7 deletions.
There are no files selected for viewing
Submodule boards
updated
10 files
+2 −2 | JC2432W328C.json | |
+84 −0 | JC3248W535N.json | |
+0 −118 | JC4827W543C.json | |
+3 −3 | JC8048W550C.json | |
+9 −0 | README.md | |
+ − | assets/schematics/JC3248W535-1.png | |
+ − | assets/schematics/JC3248W535-2.png | |
+1 −1 | esp32-8048S050C.json | |
+1 −1 | esp32-8048S050N.json | |
+1 −1 | esp32-8048S050R.json |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; | ||
} axs15231b_vendor_config_t; | ||
|
||
esp_err_t esp_lcd_new_panel_axs15231b(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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.