|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
Baked 200x130 RGB PNG figure for the Reading screen (#106 Phase 1/2). More...
#include <stdint.h>Go to the source code of this file.
Variables | |
| static const uint8_t | k_er_figure_png [] |
| Encoded 200x130 RGB PNG figure. | |
| static const uint32_t | k_er_figure_png_len = (uint32_t)sizeof(k_er_figure_png) |
| Length of k_er_figure_png in bytes. | |
Baked 200x130 RGB PNG figure for the Reading screen (#106 Phase 1/2).
A small deterministic chapter illustration (navy band over a crimson/gold split). Decoded + scaled + blitted by reflow's image path when the Reading chapter's <img> is laid out, demonstrating real image rendering on book open. Pure 7-bit ASCII (a C array of the PNG bytes), like the bundled font blob.
Definition in file figure_fixture.h.
|
static |
Encoded 200x130 RGB PNG figure.
Definition at line 19 of file figure_fixture.h.
Referenced by er_image_loader().
|
static |
Length of k_er_figure_png in bytes.
Definition at line 69 of file figure_fixture.h.
Referenced by er_image_loader().