ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
Loading...
Searching...
No Matches
figure_fixture.h File Reference

Baked 200x130 RGB PNG figure for the Reading screen (#106 Phase 1/2). More...

#include <stdint.h>
Include dependency graph for figure_fixture.h:
This graph shows which files directly or indirectly include this file:

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.

Detailed Description

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.

Variable Documentation

◆ k_er_figure_png

const uint8_t k_er_figure_png[]
static

Encoded 200x130 RGB PNG figure.

Definition at line 19 of file figure_fixture.h.

Referenced by er_image_loader().

◆ k_er_figure_png_len

const uint32_t k_er_figure_png_len = (uint32_t)sizeof(k_er_figure_png)
static

Length of k_er_figure_png in bytes.

Definition at line 69 of file figure_fixture.h.

Referenced by er_image_loader().