15#include "pico/stdlib.h"
133 size_t frame_width,
size_t frame_height,
CanvasFormat
the format of the canvas
Definition canvas.h:61
A class that implements basic graphic drawing primitives for widgets.
Definition widget_primitives.h:44
A class dedicated to text drawing within a widget.
Definition widget_primitives.h:169
The RTOS display device is the base class for all display devices that are managed by a dedicated dis...
Definition display_device.h:126
RTOS wrapper for Model class.
Definition rtos_ui_core.h:29
The RTOS terminal console is the class for all text display devices that are managed by a dedicated d...
Definition display_device.h:161
rtos_TextWidget(rtos_Model *actual_displayed_model, struct_ConfigTextWidget text_cfg, CanvasFormat canvas_format, rtos_DisplayDevice *display_device)
Construct a new Text Widget object.
Definition rtos_widget.cpp:56
TextWriter * writer
the text writer associated to the widget
Definition rtos_widget.h:110
the data structure used to configure textual widget
Definition canvas.h:100