GFXprim
2D bitmap graphics library with emphasis on speed and correctness
Loading...
Searching...
No Matches
gp_display_st75256.h
Go to the documentation of this file.
1// SPDX-License-Identifier: LGPL-2.1-or-later
2/*
3 * Copyright (C) 2025-2026 Cyril Hrubis <metan@ucw.cz>
4 */
5
14#ifndef GP_DISPLAY_ST75256_H
15#define GP_DISPLAY_ST75256_H
16
17#include <stdint.h>
18
31gp_backend *gp_display_st75256_init(const char *conn, uint16_t w, uint16_t h,
32 uint16_t contrast, unsigned int dpi, uint8_t bpp);
33
34#endif /* GP_DISPLAY_ST75256_H */
gp_backend * gp_display_st75256_init(const char *conn, uint16_t w, uint16_t h, uint16_t contrast, unsigned int dpi, uint8_t bpp)
Initialize st752561 display driver.
A backend.
Definition gp_backend.h:176