|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
Baked 120x90 RGB JPEG test cover for the ereader_jpeg gate. More...
#include <stdint.h>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. | |
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.
|
static |
Encoded 120x90 RGB JPEG cover image.
Definition at line 19 of file jpeg_fixture.h.
Referenced by main().
|
static |
Length of k_cover_jpg in bytes.
Definition at line 124 of file jpeg_fixture.h.
Referenced by main().