16 lines
246 B
C
16 lines
246 B
C
// 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
|