-
- Downloads
Improved support for panelolu2 encoder and buzzer
I added #define for LCD_FEEDBACK_FREQUENCY_HZ and LCD_FEEDBACK_FREQUENCY_DURATION_MS which is used to alter the default buzzer sound. When selecting Panelolu2 in configuration.h: - it automatically sets the correct ENCODER_PULSES_PER_STEP and ENCODER_STEPS_PER_MENU_ITEM. - if LCD_USE_I2C_BUZZER is defined it will also set the default LCD_FEEDBACK_FREQUENCY_HZ and LCD_FEEDBACK_FREQUENCY_DURATION_MS When selecting the sanguinololu 1284p the following is true: - its now enables LARGE_FLASH - It enables the gcode M300 when the panelolu2 LCD_USE_I2C_BUZZER is defined
Showing
- Marlin/Configuration.h 17 additions, 0 deletionsMarlin/Configuration.h
- Marlin/Marlin_main.cpp 9 additions, 3 deletionsMarlin/Marlin_main.cpp
- Marlin/pins.h 4 additions, 0 deletionsMarlin/pins.h
- Marlin/ultralcd_implementation_hitachi_HD44780.h 5 additions, 1 deletionMarlin/ultralcd_implementation_hitachi_HD44780.h
Loading
Please register or sign in to comment