SevenSeg Struct Reference
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? | |
Detailed Description
Context data for Display functions.
The documentation for this struct was generated from the following file:
![(please configure the [header_logo] section in trac.ini)](/chrome/site/bertos_logo.png)