Created
September 21, 2021 13:17
-
-
Save ChipCE/37ba3ecfbaa7f76b871f835d41a21879 to your computer and use it in GitHub Desktop.
arduino nano based klipper display MCU
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[mcu display] | |
serial: /dev/serial/by-id/PUT_DEVICE_ID_HERE | |
pin_map: arduino | |
restart_method: arduino | |
[display] | |
lcd_type: uc1701 | |
cs_pin: display:ar6 | |
a0_pin: display:ar7 | |
rst_pin: display:ar4 | |
contrast: 63 | |
encoder_pins: ^!display:ar14, ^display:ar16 | |
click_pin: ^!display:ar9 | |
[output_pin beeper] | |
pin: display:ar8 | |
[neopixel fysetc_mini12864] | |
pin: display:ar5 | |
chain_count: 3 | |
initial_RED: 1.0 | |
initial_GREEN: 1.0 | |
initial_BLUE: 0.5 | |
color_order: RGB |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment