diff --git a/klippy/extras/dgus_display/t5uid1/dpm/control.cfg b/klippy/extras/dgus_display/t5uid1/dpm/control.cfg index 8d3114d8..77d7f6da 100644 --- a/klippy/extras/dgus_display/t5uid1/dpm/control.cfg +++ b/klippy/extras/dgus_display/t5uid1/dpm/control.cfg @@ -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 diff --git a/klippy/extras/dgus_display/t5uid1/dpm/page.cfg b/klippy/extras/dgus_display/t5uid1/dpm/page.cfg index c1f58595..658ebb0e 100644 --- a/klippy/extras/dgus_display/t5uid1/dpm/page.cfg +++ b/klippy/extras/dgus_display/t5uid1/dpm/page.cfg @@ -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