mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-07-24 15:14:00 -06:00
display: add support for multiple displays
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
This commit is contained in:
parent
6d5ce309a5
commit
aa7d24b0af
3 changed files with 52 additions and 4 deletions
|
@ -1868,6 +1868,37 @@
|
|||
# template. This field is evaluated using command templates (see
|
||||
# docs/Command_Templates.md). This parameter must be provided.
|
||||
|
||||
# If a primary [display] section has been defined in printer.cfg as shown
|
||||
# above it is possible to define multiple auxilary displays. Note that
|
||||
# auxilary displays do not currently support menu functionality, thus they
|
||||
# do not support the "menu" options or button configuration.
|
||||
#[display my_display]
|
||||
#lcd_type:
|
||||
#rs_pin:
|
||||
#e_pin:
|
||||
#d4_pin:
|
||||
#d5_pin:
|
||||
#d6_pin:
|
||||
#d7_pin:
|
||||
#cs_pin:
|
||||
#sclk_pin:
|
||||
#sid_pin:
|
||||
#cs_pin:
|
||||
#a0_pin:
|
||||
#rst_pin:
|
||||
#contrast: 40
|
||||
#cs_pin:
|
||||
#dc_pin:
|
||||
#spi_bus:
|
||||
#spi_speed:
|
||||
#spi_software_sclk_pin:
|
||||
#spi_software_mosi_pin:
|
||||
#spi_software_miso_pin:
|
||||
#reset_pin:
|
||||
#display_group:
|
||||
# See the [display] section above for details on each configuration
|
||||
# option above.
|
||||
|
||||
|
||||
######################################################################
|
||||
# Filament sensors
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue