Skip to main content

Enum Sh110x.ScrollDirection

Allow the programmer to set the scroll direction

Assembly: Sh110x.dll
View Source
public enum Sh110x.ScrollDirection

Fields

Left

Scroll the display to the left

View Source
Left = 0

Scroll the display to the right

View Source
Right = 1

RightAndVertical

Scroll the display from the bottom left and vertically

View Source
RightAndVertical = 2

LeftAndVertical

Scroll the display from the bottom right and vertically

View Source
LeftAndVertical = 3