char_driving_method - Ynvisible/Ynvisible-ECD-Arduino-Library GitHub Wiki
Description:
Variable that sets the method in which the display is going to be driven. Could be 'P' for paralled driving method (the segments are all updated at once) or 'S' for sequential driving method (the segments that need to be oxidated will be done first and after the segments that need to be reduced).
Default:
'P' is set by default.