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

Rectangle in framebuffer coordinates passed into display_flush. More...

#include <ra8_display_pal.h>

Data Fields

uint16_t x
 Left edge in pixels.
uint16_t y
 Top edge in pixels.
uint16_t w
 Width in pixels.
uint16_t h
 Height in pixels.

Detailed Description

Rectangle in framebuffer coordinates passed into display_flush.

Coordinates are inclusive on the upper-left, exclusive on the lower-right (standard half-open interval). Use display_full_rect to get the rectangle covering the whole framebuffer.

Since
0.1.0

Definition at line 188 of file ra8_display_pal.h.

Field Documentation

◆ h

◆ w

uint16_t display_rect_t::w

◆ x

uint16_t display_rect_t::x

◆ y


The documentation for this struct was generated from the following file: