One openable baked book: compressed blob + cover thumbnail + metadata.
More...
#include <library.h>
|
| 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.
|
One openable baked book: compressed blob + cover thumbnail + metadata.
Definition at line 54703 of file library.h.
◆ author
| const char* library_book_t::author |
◆ blob
| const uint8_t* library_book_t::blob |
◆ 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 |
The documentation for this struct was generated from the following file:
- examples/ek_ra8d2/hil_needs_revalidation/ereader_shelf/inc/library.h