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

One openable baked book: compressed blob + cover thumbnail + metadata. More...

#include <library.h>

Data Fields

const uint8_t * blob
 RBKC container start.
uint32_t len
 Container length in bytes.
const uint8_t * thumb
 gray8 cover thumbnail, or NULL.
uint16_t thumb_w
 Thumbnail width in pixels.
uint16_t thumb_h
 Thumbnail height in pixels.
const char * title
 Display title.
const char * author
 Display author.

Detailed Description

One openable baked book: compressed blob + cover thumbnail + metadata.

Definition at line 54703 of file library.h.

Field Documentation

◆ author

const char* library_book_t::author

Display author.

Definition at line 54710 of file library.h.

◆ blob

const uint8_t* library_book_t::blob

RBKC container start.

Definition at line 54704 of file library.h.

◆ len

uint32_t library_book_t::len

Container length in bytes.

Definition at line 54705 of file library.h.

◆ thumb

const uint8_t* library_book_t::thumb

gray8 cover thumbnail, or NULL.

Definition at line 54706 of file library.h.

◆ thumb_h

uint16_t library_book_t::thumb_h

Thumbnail height in pixels.

Definition at line 54708 of file library.h.

◆ thumb_w

uint16_t library_book_t::thumb_w

Thumbnail width in pixels.

Definition at line 54707 of file library.h.

◆ title

const char* library_book_t::title

Display title.

Definition at line 54709 of file library.h.


The documentation for this struct was generated from the following file:
  • examples/ek_ra8d2/hil_needs_revalidation/ereader_shelf/inc/library.h