MikroE Plotter library.
More...
|
#define | PLOT_BUFF_SIZE 48U |
| Maximum buffer size for plotter.
|
|
#define | PLOT_CHAR_NUM_TEMPLATE 13U |
| Number of characters for plotter template message.
|
|
#define | check_name_length(_name) |
| Macro used to check chart name length.
|
|
◆ check_name_length
#define check_name_length |
( |
| _name | ) |
|
Value:
(printf_me("Chart name too long. Reduce by %u characters.\n", \
(0)
#define PLOT_BUFF_SIZE
Maximum buffer size for plotter.
Definition plot.h:73
#define PLOT_CHAR_NUM_TEMPLATE
Number of characters for plotter template message.
Definition plot.h:78
- Warning
- Chart name length must not be greater than PLOT_BUFF_SIZE - PLOT_CHAR_NUM_TEMPLATE.
- Note
- By default, maximum chart name is limited to 35.
◆ PLOT_BUFF_SIZE
#define PLOT_BUFF_SIZE 48U |
- Warning
- Change at your own risk.