mirror of https://github.com/Desuuuu/klipper.git
dgus_display: DPM: Prepare controls for filament page
This commit is contained in:
parent
750745ae03
commit
571a14efea
|
@ -696,6 +696,58 @@ vp: 0x8027
|
||||||
length: 6
|
length: 6
|
||||||
alignment: center
|
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
|
# Touch controls
|
||||||
######################################################################
|
######################################################################
|
||||||
|
@ -919,3 +971,23 @@ vp: 0x80ff
|
||||||
map_0: step1
|
map_0: step1
|
||||||
map_1: step2
|
map_1: step2
|
||||||
map_2: step3
|
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
|
||||||
|
|
|
@ -89,3 +89,8 @@ touch: back
|
||||||
id: 180
|
id: 180
|
||||||
display: back_icon, title, message
|
display: back_icon, title, message
|
||||||
touch: back
|
touch: back
|
||||||
|
|
||||||
|
[dgus_page filament]
|
||||||
|
id: 181
|
||||||
|
display: back_icon, title, message
|
||||||
|
touch: back
|
||||||
|
|
Loading…
Reference in New Issue