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

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).

Detailed Description

Geometry the procedural band painter needs (tile-cache decode ctx).

Since
0.1.0

Definition at line 278 of file main.c.

Field Documentation

◆ band_h

uint16_t ls_paint_ctx_t::band_h

Nominal band height, pixels.

Definition at line 281 of file main.c.

Referenced by ls_band_decode().

◆ bpp

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().

◆ canvas_h

uint32_t ls_paint_ctx_t::canvas_h

Total strip height, pixels.

Definition at line 280 of file main.c.

Referenced by ls_band_decode().

◆ width

uint32_t ls_paint_ctx_t::width

Strip / band width, pixels.

Definition at line 279 of file main.c.

Referenced by ls_band_decode().


The documentation for this struct was generated from the following file:
  • examples/ek_ra8d2/hw_pending/ereader_longstrip/src/main.c