BeRTOS
|
Context data for Display functions. More...
#include <led_7seg.h>
Data Fields | |
uint8_t | string [CONFIG_LED_7SEG_STRLEN] |
The String to be displayed. | |
unsigned int | string_len |
The length of the string to be displayed. | |
bool | blink |
Has to blink? | |
uint8_t | bdigit |
Has to blink only one digit? | |
bool | runonce |
Has to be displayed only one time? | |
unsigned int | speed |
Scrolling speed. | |
unsigned int | curspeed |
Working scrolling speed. | |
bool | firstrun |
Is it printed at least one time? | |
unsigned int | curpos |
Working current position. | |
unsigned int | curdigit |
Working current digit. | |
bool | busyedit |
Is the structure in edit? |
Context data for Display functions.
Definition at line 137 of file led_7seg.h.