Laser support for TFT GLCD (#22391)

This commit is contained in:
Serhiy-K
2021-07-19 05:39:01 +03:00
committed by Scott Lahteine
parent 2e5e5c4a1d
commit 603b65e843
2 changed files with 226 additions and 98 deletions

View File

@ -213,7 +213,7 @@
#define LCD_PROGRESS_BAR
#endif
#if ENABLED(TFTGLCD_PANEL_I2C)
#define LCD_I2C_ADDRESS 0x27 // Must be equal to panel's I2C slave addres
#define LCD_I2C_ADDRESS 0x33 // Must be 0x33 for STM32 main boards and equal to panel's I2C slave addres
#endif
#define LCD_USE_I2C_BUZZER // Enable buzzer on LCD, used for both I2C and SPI buses (LiquidTWI2 not required)
#define STD_ENCODER_PULSES_PER_STEP 2