-
Notifications
You must be signed in to change notification settings - Fork 1
/
Displays.py
52 lines (43 loc) · 954 Bytes
/
Displays.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
#********************************************************************************
#
# Module : Displays.py
#
# Project : *
#
# Description : AUTO GENERATED CODE.
#
# DO NOT MODIFY MANUALLY
#
# Designer : *
#
# Company : Arturia.
#
# Copyright (c) 2023 Arturia.
# All rights reserved
#
#*******************************************************************************/
class eDisplays():
eBlankScreen = 96
eWhiteScreen = 97
eBorderedScreen = 98
eHeader = 1
eFooter = 3
eFS_1Line = 16
e1Line = 17
e2Lines = 18
e2LinesScroll = 19
eKnob = 20
eFader = 21
ePad = 22
ePopup = 23
eBlinkScreen = 24
eLeftIcon = 25
eTopIcon = 26
e1InlineIcon = 27
e2InlineIcon = 28
ePartScreen = 29
eFramedText = 30
e2InlineBlink = 31
eAutoComponent = 32
eForceDefault = 33
eLastEntry = 99