Toggle navigation
Documentation
The friendly Operating System for the Internet of Things
Loading...
Searching...
No Matches
st7796_internal.h
Go to the documentation of this file.
1
/*
2
* SPDX-FileCopyrightText: 2018 Koen Zandberg
3
* SPDX-FileCopyrightText: 2023 Gunar Schorcht
4
* SPDX-License-Identifier: LGPL-2.1-only
5
*/
6
7
#pragma once
8
21
22
#ifdef __cplusplus
23
extern
"C"
{
24
#endif
25
26
#include "
st77xx_internal.h
"
27
34
#define LCD_CMD_VCMPCTL 0xc5
35
#define LCD_CMD_VCM 0xc6
37
41
int
st7796_init
(
lcd_t
*dev,
const
lcd_params_t
*params);
42
43
#ifdef __cplusplus
44
}
45
#endif
st7796_init
int st7796_init(lcd_t *dev, const lcd_params_t *params)
ST7796 controller specific initialization part.
st77xx_internal.h
Internal definitions that are common for all ST77xx controllers.
lcd_params_t
Device initialization parameters.
Definition
lcd.h:112
lcd_t
Device descriptor for a lcd.
Definition
lcd.h:175
Generated on Wed Apr 15 2026 11:03:04 by
1.13.2