it8951
Version:
Raspberry Pi node.js module for e-papers controlled by IT8951
57 lines (30 loc) • 1.22 kB
Markdown
[it8951](../README.md) › [Globals](../globals.md) › ["it8951"](../modules/_it8951_.md) › [IMAGE_ROTATION](_it8951_.image_rotation.md)
# Enumeration: IMAGE_ROTATION
Image rotation. All rotations are clockwise from the base of the screen.
**`export`**
## Index
### Enumeration members
* [ROTATE_0](_it8951_.image_rotation.md#rotate_0)
* [ROTATE_180](_it8951_.image_rotation.md#rotate_180)
* [ROTATE_270](_it8951_.image_rotation.md#rotate_270)
* [ROTATE_90](_it8951_.image_rotation.md#rotate_90)
## Enumeration members
### ROTATE_0
• **ROTATE_0**: = 0
*Defined in [it8951.ts:212](https://github.com/gnzzz/IT8951/blob/604332d/lib/it8951.ts#L212)*
Rotate zero degrees. Default rotation in methods supporting rotation.
___
### ROTATE_180
• **ROTATE_180**: = 2
*Defined in [it8951.ts:220](https://github.com/gnzzz/IT8951/blob/604332d/lib/it8951.ts#L220)*
Rotate 180 degress.
___
### ROTATE_270
• **ROTATE_270**: = 3
*Defined in [it8951.ts:224](https://github.com/gnzzz/IT8951/blob/604332d/lib/it8951.ts#L224)*
Rotate 270 degrees.
___
### ROTATE_90
• **ROTATE_90**: = 1
*Defined in [it8951.ts:216](https://github.com/gnzzz/IT8951/blob/604332d/lib/it8951.ts#L216)*
Rotate 90 degrees.