|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
Baked 120x90 RGB PNG test cover for the ereader_image gate. More...
#include <stdint.h>Go to the source code of this file.
Variables | |
| static const uint8_t | k_cover_png [] |
| Encoded 120x90 RGB PNG cover image. | |
| static const uint32_t | k_cover_png_len = (uint32_t)sizeof(k_cover_png) |
| Length of k_cover_png in bytes. | |
Baked 120x90 RGB PNG test cover for the ereader_image gate.
Four solid quadrants (crimson / green / blue / gold). Generated once and committed so the decode+scale+blit pipeline has a deterministic input; the rendered framebuffer hash in hil.conf pins the result. Pure 7-bit ASCII (a C array of the PNG bytes), like the bundled font blobs.
Definition in file cover_fixture.h.
|
static |
Encoded 120x90 RGB PNG cover image.
Definition at line 18 of file cover_fixture.h.
Referenced by main().
|
static |
Length of k_cover_png in bytes.
Definition at line 42 of file cover_fixture.h.
Referenced by main().