|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
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. | |
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.
Definition at line 188 of file ra8_display_pal.h.
| uint16_t display_rect_t::h |
Height in pixels.
Definition at line 192 of file ra8_display_pal.h.
Referenced by display_policy_full_rect(), internal_eink_check_rect(), internal_eink_flush(), internal_eink_load_rect(), internal_lcd_check_rect(), and internal_lcd_flush().
| uint16_t display_rect_t::w |
Width in pixels.
Definition at line 191 of file ra8_display_pal.h.
Referenced by display_policy_full_rect(), internal_eink_check_rect(), internal_eink_flush(), internal_eink_load_rect(), and internal_lcd_check_rect().
| uint16_t display_rect_t::x |
Left edge in pixels.
Definition at line 189 of file ra8_display_pal.h.
Referenced by display_policy_full_rect(), internal_eink_check_rect(), internal_eink_flush(), internal_eink_load_rect(), and internal_lcd_check_rect().
| uint16_t display_rect_t::y |
Top edge in pixels.
Definition at line 190 of file ra8_display_pal.h.
Referenced by display_policy_full_rect(), internal_eink_check_rect(), internal_eink_flush(), internal_eink_load_rect(), internal_lcd_check_rect(), and internal_lcd_flush().