Add 20x4 option for Sainsmart LCD
This commit is contained in:
parent
1d78bdac82
commit
18881e6725
53 changed files with 217 additions and 160 deletions
|
|
@ -241,6 +241,8 @@
|
|||
#error "PROBE_DOUBLE_TOUCH is now MULTIPLE_PROBING. Please update your configuration."
|
||||
#elif defined(ANET_KEYPAD_LCD)
|
||||
#error "ANET_KEYPAD_LCD is now ZONESTAR_LCD. Please update your configuration."
|
||||
#elif defined(LCD_I2C_SAINSMART_YWROBOT)
|
||||
#error "LCD_I2C_SAINSMART_YWROBOT is now LCD_SAINSMART_I2C_(1602|2004). Please update your configuration."
|
||||
#elif defined(MEASURED_LOWER_LIMIT) || defined(MEASURED_UPPER_LIMIT)
|
||||
#error "MEASURED_(UPPER|LOWER)_LIMIT is now FILWIDTH_ERROR_MARGIN. Please update your configuration."
|
||||
#elif defined(AUTOMATIC_CURRENT_CONTROL)
|
||||
|
|
@ -1415,7 +1417,10 @@ static_assert(1 >= 0
|
|||
#if ENABLED(RA_CONTROL_PANEL)
|
||||
+ 1
|
||||
#endif
|
||||
#if ENABLED(LCD_I2C_SAINSMART_YWROBOT)
|
||||
#if ENABLED(LCD_SAINSMART_I2C_1602)
|
||||
+ 1
|
||||
#endif
|
||||
#if ENABLED(LCD_SAINSMART_I2C_2004)
|
||||
+ 1
|
||||
#endif
|
||||
#if ENABLED(LCM1602)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue