mirror of https://github.com/Desuuuu/klipper.git
config: Add sample DGUS display configuration
This commit is contained in:
parent
ea372e1d19
commit
145c136602
|
@ -0,0 +1,11 @@
|
||||||
|
# This file provides example configuration for DGUS displays.
|
||||||
|
|
||||||
|
# See docs/Config_Reference.md for a description of parameters.
|
||||||
|
|
||||||
|
|
||||||
|
# Definition for a T5UID1 display connected to USART2.
|
||||||
|
[dgus_display]
|
||||||
|
type: t5uid1
|
||||||
|
uart_bus: usart2
|
||||||
|
implementation: dgus_printer_menu
|
||||||
|
volume: 50
|
Loading…
Reference in New Issue