ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
Loading...
Searching...
No Matches
ra8_display_pal_eink.h
Go to the documentation of this file.
1
31
32#pragma once
33
34#ifdef __cplusplus
35extern "C" {
36#endif
37
38#include <stdint.h>
39
40#include "ra8_display_pal.h"
41
56
81uint8_t ra8_display_pal_eink_luma_from_rgb565(uint16_t px);
82
83#ifdef __cplusplus
84}
85#endif
Display Platform Abstraction Layer for the RA8D2.
struct display_backend_iface display_backend_iface_t
uint8_t ra8_display_pal_eink_luma_from_rgb565(uint16_t px)
Convert one RGB565 pixel to an 8 bpp greyscale (Rec.601 luma).
const display_backend_iface_t k_display_backend_eink_it8951
E-ink (IT8951) backend vtable.