Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mini12864 beeper change due to klipper change #654

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion config/hardware/displays/BTT_mini12864.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spi_software_miso_pin: EXP2_1
spi_software_mosi_pin: EXP2_6
spi_software_sclk_pin: EXP2_2

[output_pin beeper]
[pwm_cycle_time beeper]
pin: EXP1_1

[neopixel btt_mini12864]
Expand Down
2 changes: 1 addition & 1 deletion config/hardware/displays/BTT_mini12864_inversed.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spi_software_miso_pin: EXP2_10
spi_software_mosi_pin: EXP2_5
spi_software_sclk_pin: EXP2_9

[output_pin beeper]
[pwm_cycle_time beeper]
pin: EXP1_10

[neopixel btt_mini12864]
Expand Down
2 changes: 1 addition & 1 deletion config/hardware/displays/Fysetc_mini12864.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spi_software_miso_pin: EXP2_10
spi_software_mosi_pin: EXP2_5
spi_software_sclk_pin: EXP2_9

[output_pin beeper]
[pwm_cycle_time beeper]
pin: EXP1_10

[neopixel fysetc_mini12864]
Expand Down
2 changes: 1 addition & 1 deletion config/hardware/displays/Fysetc_mini12864_inversed.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spi_software_miso_pin: EXP2_1
spi_software_mosi_pin: EXP2_6
spi_software_sclk_pin: EXP2_2

[output_pin beeper]
[pwm_cycle_time beeper]
pin: EXP1_1

[neopixel fysetc_mini12864]
Expand Down
2 changes: 1 addition & 1 deletion config/hardware/displays/Fysetc_mini12864_v1.2_v2.0.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spi_software_miso_pin: EXP2_10
spi_software_mosi_pin: EXP2_5
spi_software_sclk_pin: EXP2_9

[output_pin beeper]
[pwm_cycle_time beeper]
pin: EXP1_10

[led fysetc_mini12864]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spi_software_miso_pin: EXP2_1
spi_software_mosi_pin: EXP2_6
spi_software_sclk_pin: EXP2_2

[output_pin beeper]
[pwm_cycle_time beeper]
pin: EXP1_1

[led fysetc_mini12864]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ aliases:
NH_MCU_TEMP=MCU_NH_TEMP ,

PART_FAN=MCU_FAN1 , E_FAN=MCU_FAN0 ,
PART_FAN_TACHO=MCU_PWM0 , E_FAN_TACHO=MCU_PWM1 ,
PART_FAN_TACHO=MCU_PWM1 , E_FAN_TACHO=MCU_PWM0 ,

STATUS_NEOPIXEL=MCU_RGB , STATUS_BOARD=MCU_ACTIVITY_LED ,

Expand Down