Specifies the line spacing of the string.

Syntax

int SetLineSpacing(
  int lineSpacing
);

Parameters

lineSpacing
[in] Specify the line spacing of the character string in dots.
.
ValueDescription
0〜8 The line spacing when outputting characters will be freed up by the specified dots from 0 to 8.
Other than the above, it is not set.
CURRENT_MODE Returns the current setting.

Return value

Returns the changed setting.

Remarks

The effect of this function occurs after the call.
It has no effect on strings that have already been displayed.

Requirements

Header file:
lib.h
Library file:
libSTARTUPOPH5000.a

Last updated: 2022/03/09