|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
#include <ra8_widget_status_bar.h>
Data Fields | |
| const ra8_widget_paint_t * | paint |
| Draw backend (NULL -> draws nothing). | |
| const char * | left |
| Left-aligned text (NULL -> none). | |
| const char * | right |
| Right-aligned text (NULL -> none). | |
| uint32_t | bg |
| Background fill colour, 0xRRGGBB. | |
| uint32_t | fg |
| Left text colour, 0xRRGGBB. | |
| uint32_t | fg_right |
| Right text colour, 0xRRGGBB. | |
| uint32_t | rule |
| Bottom hairline colour, 0xRRGGBB. | |
| int16_t | pad |
| Inner text inset, pixels. | |
| int16_t | rule_h |
| Hairline thickness in px (<= 0 -> none). | |
Definition at line 65 of file ra8_widget_status_bar.h.
| uint32_t ra8_widget_status_bar::bg |
Background fill colour, 0xRRGGBB.
Definition at line 69 of file ra8_widget_status_bar.h.
| uint32_t ra8_widget_status_bar::fg |
Left text colour, 0xRRGGBB.
Definition at line 70 of file ra8_widget_status_bar.h.
| uint32_t ra8_widget_status_bar::fg_right |
Right text colour, 0xRRGGBB.
Definition at line 71 of file ra8_widget_status_bar.h.
| const char* ra8_widget_status_bar::left |
Left-aligned text (NULL -> none).
Definition at line 67 of file ra8_widget_status_bar.h.
| int16_t ra8_widget_status_bar::pad |
Inner text inset, pixels.
Definition at line 73 of file ra8_widget_status_bar.h.
| const ra8_widget_paint_t* ra8_widget_status_bar::paint |
Draw backend (NULL -> draws nothing).
Definition at line 66 of file ra8_widget_status_bar.h.
| const char* ra8_widget_status_bar::right |
Right-aligned text (NULL -> none).
Definition at line 68 of file ra8_widget_status_bar.h.
| uint32_t ra8_widget_status_bar::rule |
Bottom hairline colour, 0xRRGGBB.
Definition at line 72 of file ra8_widget_status_bar.h.
| int16_t ra8_widget_status_bar::rule_h |
Hairline thickness in px (<= 0 -> none).
Definition at line 74 of file ra8_widget_status_bar.h.