|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
Geometry the procedural band painter needs (tile-cache decode ctx). More...
Data Fields | |
| uint32_t | width |
| Strip / band width, pixels. | |
| uint32_t | canvas_h |
| Total strip height, pixels. | |
| uint16_t | band_h |
| Nominal band height, pixels. | |
| uint8_t | bpp |
| Bytes per pixel (3 = RGB888). | |
Geometry the procedural band painter needs (tile-cache decode ctx).
| uint16_t ls_paint_ctx_t::band_h |
| uint8_t ls_paint_ctx_t::bpp |
Bytes per pixel (3 = RGB888).
Definition at line 282 of file main.c.
Referenced by ls_band_decode().
| uint32_t ls_paint_ctx_t::canvas_h |
| uint32_t ls_paint_ctx_t::width |