Loading...
Searching...
No Matches
st7796_internal.h
Go to the documentation of this file.
1/*
2 * Copyright (C) 2018 Koen Zandberg
3 * 2023 Gunar Schorcht
4 *
5 * This file is subject to the terms and conditions of the GNU Lesser
6 * General Public License v2.1. See the file LICENSE in the top level
7 * directory for more details.
8 */
9
23#ifndef ST7796_INTERNAL_H
24#define ST7796_INTERNAL_H
25
26#ifdef __cplusplus
27extern "C" {
28#endif
29
30#include "st77xx_internal.h"
31
38#define LCD_CMD_VCMPCTL 0xc5
39#define LCD_CMD_VCM 0xc6
45int st7796_init(lcd_t *dev, const lcd_params_t *params);
46
47#ifdef __cplusplus
48}
49#endif
50
51#endif /* ST7796_INTERNAL_H */
int st7796_init(lcd_t *dev, const lcd_params_t *params)
ST7796 controller specific initialization part.
Internal definitions that are common for all ST77xx controllers.
Device initialization parameters.
Definition lcd.h:113
Device descriptor for a lcd.
Definition lcd.h:176