|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
Baked oversized single-page CBZ for the ereader_comic tile self-check (#344; generated by scripts/gen/gen_comic_large_fixture.py – do not edit). More...
#include <stdint.h>Go to the source code of this file.
Enumerations | |
| enum | comic_large_geometry_t : uint32_t { k_comic_large_w = 1024U , k_comic_large_h = 1400U } |
| Decoded geometry of the baked oversized page. More... | |
Variables | |
| static const uint8_t | k_comic_large_cbz [] |
| Baked 423-byte single-page oversized CBZ. | |
| static const uint32_t | k_comic_large_cbz_len = (uint32_t)sizeof(k_comic_large_cbz) |
| Length of k_comic_large_cbz in bytes. | |
Baked oversized single-page CBZ for the ereader_comic tile self-check (#344; generated by scripts/gen/gen_comic_large_fixture.py – do not edit).
A miniz-decodable ZIP of one 1024x1400 grayscale PNG page whose decoded size far exceeds the reader's whole-decode arena, so it can only be opened through the JOF tile path (comic_tiles). Flat-shaded art keeps the baked array tiny while the decoded image is multiple MiB.
Definition in file comic_large_fixture.h.
| enum comic_large_geometry_t : uint32_t |
Decoded geometry of the baked oversized page.
These are properties of the baked bytes above, not tunables: the decoder must reproduce exactly this size or the fixture is wrong.
| Enumerator | |
|---|---|
| k_comic_large_w | Decoded width in pixels. |
| k_comic_large_h | Decoded height in pixels. |
Definition at line 57 of file comic_large_fixture.h.
|
static |
Baked 423-byte single-page oversized CBZ.
Definition at line 19 of file comic_large_fixture.h.
Referenced by cm_ct_open().
|
static |
Length of k_comic_large_cbz in bytes.
Definition at line 50 of file comic_large_fixture.h.
Referenced by cm_ct_open().