3 #ifndef __NEONEXTION_NEXTIONTYPES
4 #define __NEONEXTION_NEXTIONTYPES
12 NEX_RET_CMD_FINISHED = (0x01),
13 NEX_RET_EVENT_LAUNCHED = (0x88),
14 NEX_RET_EVENT_UPGRADED = (0x89),
15 NEX_RET_EVENT_TOUCH_HEAD = (0x65),
16 NEX_RET_EVENT_POSITION_HEAD = (0x67),
17 NEX_RET_EVENT_SLEEP_POSITION_HEAD = (0x68),
18 NEX_RET_CURRENT_PAGE_ID_HEAD = (0x66),
19 NEX_RET_STRING_HEAD = (0x70),
20 NEX_RET_NUMBER_HEAD = (0x71),
21 NEX_RET_INVALID_CMD = (0x00),
22 NEX_RET_INVALID_COMPONENT_ID = (0x02),
23 NEX_RET_INVALID_PAGE_ID = (0x03),
24 NEX_RET_INVALID_PICTURE_ID = (0x04),
25 NEX_RET_INVALID_FONT_ID = (0x05),
26 NEX_RET_INVALID_BAUD = (0x11),
27 NEX_RET_INVALID_VARIABLE = (0x1A),
28 NEX_RET_INVALID_OPERATION = (0x1B)
63 NEX_COL_WHITE = 65535,
68 NEX_COL_BROWN = 48192,
69 NEX_COL_YELLOW = 65504
78 NEX_EVENT_PUSH = (0x01),
79 NEX_EVENT_POP = (0x00),
Undefined.
Definition: NextionTypes.h:49
Centre.
Definition: NextionTypes.h:39
Left (x) or top (y)
Definition: NextionTypes.h:38
Right (x) or bottom (y)
Definition: NextionTypes.h:40
NextionEventType
Type of events received from device.
Definition: NextionTypes.h:76
NextionValue
Values used in messages.
Definition: NextionTypes.h:10
Cropped image.
Definition: NextionTypes.h:50
Solid colour.
Definition: NextionTypes.h:51
NextionBackground
Background modes for widgets/drawables with backgrounds.
Definition: NextionTypes.h:47
Full size image.
Definition: NextionTypes.h:52
Undefined.
Definition: NextionTypes.h:37
NextionScrollDirection
Directions for scolling.
Definition: NextionTypes.h:87
NextionColour
Several default colour values.
Definition: NextionTypes.h:59
NextionFontAlignment
Font alignment modes.
Definition: NextionTypes.h:35