|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
Baked CBZ + CBR comic fixtures for the ereader_shelf comic self-check. More...
#include <stdint.h>Go to the source code of this file.
Variables | |
| static const uint8_t | k_comic_cbz [] |
| Baked 576-byte comic fixture. | |
| static const uint32_t | k_comic_cbz_len = (uint32_t)sizeof(k_comic_cbz) |
| static const uint8_t | k_comic_cbr [] |
| Baked 401-byte comic fixture. | |
| static const uint32_t | k_comic_cbr_len = (uint32_t)sizeof(k_comic_cbr) |
Baked CBZ + CBR comic fixtures for the ereader_shelf comic self-check.
Each holds two tiny stb-decodable grayscale PNG pages; the CBZ is a miniz ZIP (one STORE, one DEFLATE), the CBR a RAR5 STORE archive. Pure 7-bit ASCII byte arrays, like the bundled font/cover blobs. These are the same bytes the standalone ereader_comic gate bakes, so sh_comic.c's boot self-check reproduces that gate's page-0 decode digest inside the full shelf app (#236).
Definition in file sh_comic_fixture.h.
|
static |
Baked 401-byte comic fixture.
Definition at line 61 of file sh_comic_fixture.h.
Referenced by sh_comic_selfcheck().
|
static |
Definition at line 89 of file sh_comic_fixture.h.
Referenced by sh_comic_selfcheck().
|
static |
Baked 576-byte comic fixture.
Definition at line 19 of file sh_comic_fixture.h.
Referenced by cm_open_comic(), and sh_comic_selfcheck().
|
static |
Definition at line 58 of file sh_comic_fixture.h.
Referenced by cm_open_comic(), and sh_comic_selfcheck().