Add ES3C35P board support

This commit is contained in:
Adolfo Reyna
2026-07-24 20:32:19 -04:00
parent 642847be41
commit 5643ba5a2c
20 changed files with 932 additions and 1 deletions
@@ -0,0 +1,15 @@
// SPDX-License-Identifier: Apache-2.0
#pragma once
#include <stddef.h>
#include <esp_lcd_st77922.h>
#ifdef __cplusplus
extern "C" {
#endif
const st77922_lcd_init_cmd_t* st77922_board_init_commands(size_t* count);
#ifdef __cplusplus
}
#endif