|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
Baked BMP + GIF test images for the ereader_imgfmt gate. More...
#include <stddef.h>#include <stdint.h>Go to the source code of this file.
Enumerations | |
| enum | : size_t { k_bmp_len = 3654U } |
| Length of the baked BMP image, bytes. More... | |
| enum | : size_t { k_gif_len = 161U } |
| Length of the baked GIF image, bytes. More... | |
Variables | |
| static const uint8_t | k_bmp [k_bmp_len] |
| Baked 40x30 four-quadrant BMP image. | |
| static const uint8_t | k_gif [k_gif_len] |
| Baked 40x30 four-quadrant GIF image. | |
Baked BMP + GIF test images for the ereader_imgfmt gate.
The two stb_image formats (STBI_ONLY_BMP / STBI_ONLY_GIF) that had no example. Each is a 40x30 four-quadrant image, byte-identical run to run. Generated by examples/ek_ra8d2/hw_validated/hil/ereader_imgfmt/scripts/ make_imgfmt_fixtures.py. Pure ASCII, 16 bytes per row.
Definition in file imgfmt_fixtures.h.
| anonymous enum : size_t |
Length of the baked GIF image, bytes.
| Enumerator | |
|---|---|
| k_gif_len | Gif length. |
Definition at line 258 of file imgfmt_fixtures.h.
| anonymous enum : size_t |
Length of the baked BMP image, bytes.
| Enumerator | |
|---|---|
| k_bmp_len | Bmp length. |
Definition at line 19 of file imgfmt_fixtures.h.
|
static |
Baked 40x30 four-quadrant BMP image.
Definition at line 24 of file imgfmt_fixtures.h.
Referenced by main().
|
static |
Baked 40x30 four-quadrant GIF image.
Definition at line 263 of file imgfmt_fixtures.h.
Referenced by main().