dgus_display: DPM: Prepare controls for filament page

This commit is contained in:
Desuuuu 2022-01-23 00:35:37 +01:00
parent 750745ae03
commit 571a14efea
No known key found for this signature in database
GPG Key ID: 85943F4B2C2CE0DC
2 changed files with 77 additions and 0 deletions

View File

@ -696,6 +696,58 @@ vp: 0x8027
length: 6
alignment: center
# filament
[dgus_display_control filament field1_title]
type: text
vp: 0x8100
length: 16
[dgus_display_control filament field1_value]
type: text
vp: 0x8108
length: 16
[dgus_display_control filament field1_unit]
type: text
vp: 0x8110
length: 6
alignment: right
[dgus_display_control filament buttons]
type: bit_icon
vp: 0x8113
rank_left: 0
rank_right: 1
[dgus_display_control filament button_left_text]
type: text
vp: 0x8114
length: 8
alignment: center
[dgus_display_control filament button_right_text]
type: text
vp: 0x8118
length: 8
alignment: center
[dgus_display_control filament field2_title]
type: text
vp: 0x811c
length: 16
[dgus_display_control filament field2_value]
type: text
vp: 0x8124
length: 16
[dgus_display_control filament field2_unit]
type: text
vp: 0x812c
length: 6
alignment: right
######################################################################
# Touch controls
######################################################################
@ -919,3 +971,23 @@ vp: 0x80ff
map_0: step1
map_1: step2
map_2: step3
# filament
[dgus_touch_control filament input1]
type: data_input
vp: 0x81f7
data_type: int64
index: 1
[dgus_touch_control filament button]
type: return_value
vp: 0x81fb
map_0: left
map_1: right
[dgus_touch_control filament input2]
type: data_input
vp: 0x81fc
data_type: int64
index: 4

View File

@ -89,3 +89,8 @@ touch: back
id: 180
display: back_icon, title, message
touch: back
[dgus_page filament]
id: 181
display: back_icon, title, message
touch: back