|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
One library entry: title, author, reading progress percent. More...
#include <ereader_ui_steps.h>
Data Fields | |
| const char * | title |
| Book title. | |
| const char * | author |
| Author. | |
| uint16_t | pct |
| Reading progress (0..100). | |
One library entry: title, author, reading progress percent.
Definition at line 232 of file ereader_ui_steps.h.
| const char* er_book_t::author |
| uint16_t er_book_t::pct |
Reading progress (0..100).
Definition at line 235 of file ereader_ui_steps.h.
Referenced by er_add_book_tile().
| const char* er_book_t::title |
Book title.
Definition at line 233 of file ereader_ui_steps.h.
Referenced by er_add_book_tile(), and er_book_matches().