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

Baked 120x90 RGB JPEG test cover for the ereader_jpeg gate. More...

#include <stdint.h>
Include dependency graph for jpeg_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_cover_jpg []
 Encoded 120x90 RGB JPEG cover image.
static const uint32_t k_cover_jpg_len = (uint32_t)sizeof(k_cover_jpg)
 Length of k_cover_jpg in bytes.

Detailed Description

Baked 120x90 RGB JPEG test cover for the ereader_jpeg gate.

Four solid quadrants (crimson / green / blue / gold), the same source image as the PNG cover_fixture.h, JPEG-encoded (Pillow, quality 90) so the stb_image JPEG decode path is exercised. Generated once and committed; the rendered framebuffer hash in hil.conf pins the result. Pure 7-bit ASCII (a C array of the JPEG bytes).

Definition in file jpeg_fixture.h.

Variable Documentation

◆ k_cover_jpg

const uint8_t k_cover_jpg[]
static

Encoded 120x90 RGB JPEG cover image.

Definition at line 19 of file jpeg_fixture.h.

Referenced by main().

◆ k_cover_jpg_len

const uint32_t k_cover_jpg_len = (uint32_t)sizeof(k_cover_jpg)
static

Length of k_cover_jpg in bytes.

Definition at line 124 of file jpeg_fixture.h.

Referenced by main().