123456789101112131415161718192021222324252627282930 |
- [display_status]
- #The following information is available in the display_status object (this object is automatically available if a display config section is defined):
- # progress: The progress value of the last M73 G-Code command (or virtual_sdcard.progress if no recent M73 received).
- # message: The message contained in the last M117 G-Code command.
- ######################################################################
- # MKS Mini 12864 v2.0 LCD
- ######################################################################
- #[display]
- #lcd_type: uc1701
- #cs_pin: EXP1_6
- #a0_pin: EXP1_7
- #encoder_pins: ^EXP2_3, ^EXP2_5
- ##spi_bus: spi1
- #spi_software_sclk_pin: PA5
- #spi_software_mosi_pin: PA7
- #spi_software_miso_pin: PA6
- #contrast: 43
- #click_pin: ^!EXP1_2
- #menu_reverse_navigation: True
- #[output_pin beeper]
- #pin: EXP1_1
- #pwm: True
- #value: 0
- #shutdown_value: 0
- #cycle_time: 0.001
- #scale: 1000
|