|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
Files | |
| main.c | |
| Hybrid baked + SD e-reader: shelf, cover, TOC, full-book reader. | |
| sh_book.c | |
| Format-agnostic book backend: book (.rabook) + epub (.epub). | |
| sh_comic.c | |
| Full-page image reader for CBZ / CBR comic archives (#236). | |
| sh_cover.c | |
| Cover / title page for the open book. | |
| sh_image.c | |
| 4bpp-grayscale cover / image decode + scaled blit for ereader_shelf. | |
| sh_paged.c | |
| Demand-paged .rabook backing: chunk reader + page cache + source bind. | |
| sh_reader.c | |
| Full-book reader: per-chapter text extraction, word-wrap, pagination. | |
| sh_sd.c | |
| Optional SD-card book source for the hybrid e-reader. | |
| sh_shelf.c | |
| Bookshelf screen: a grid of book cards with cover thumbnails. | |
| sh_toc.c | |
| Table-of-contents screen: scrollable chapter list for the open book. | |
| sh_util.c | |
| Small shared drawing + formatting helpers for ereader_shelf. | |