|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
@generated by tools/epub_compile/src/bake_library.py – do not edit by hand. More...
#include <stdint.h>Go to the source code of this file.
Data Structures | |
| struct | library_book_t |
| One openable baked book: compressed blob + cover thumbnail + metadata. More... | |
Enumerations | |
| enum | library_count_t : uint16_t { k_library_count = 3U } |
Variables | |
| static const uint8_t | k_lib_blob00 [240808U] |
| "The Time Machine" by H. | |
| static const uint8_t | k_lib_thumb00 [25220U] |
| Cover thumbnail for k_lib_blob00 (130x194 gray8). | |
| static const uint8_t | k_lib_blob01 [197287U] |
| "The Strange Case of Dr. Jekyll and Mr. Hyde" by Robert Louis Stevenson – 197287 bytes. | |
| static const uint8_t | k_lib_thumb01 [25220U] |
| Cover thumbnail for k_lib_blob01 (130x194 gray8). | |
| static const uint8_t | k_lib_blob02 [360748U] |
| "Journey to the Center of the Earth" by Jules Verne – 360748 bytes. | |
| static const uint8_t | k_lib_thumb02 [25220U] |
| Cover thumbnail for k_lib_blob02 (130x194 gray8). | |
| static const library_book_t | k_library [k_library_count] |
@generated by tools/epub_compile/src/bake_library.py – do not edit by hand.
Baked full .rabook blobs + pre-decoded cover thumbnails (generated).
Each entry is the chunked RBKC container (book_open inflates it on demand) plus a gray8 cover thumbnail the shelf blits without any boot-time inflation. Regenerate with tools/epub_compile/src/ bake_library.py (the thumbnail bytes are architecture-dependent to regenerate; see scripts/builders/books.sh – re-pin the fb golden when re-baking).
Definition in file library.h.
| enum library_count_t : uint16_t |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
Definition at line 54717 of file library.h.
Referenced by sh_seed_baked().