♻️ LCD_PINS_ENABLE => LCD_PINS_EN

This commit is contained in:
Scott Lahteine
2023-04-08 14:02:14 -05:00
parent 56f2da8c9d
commit cd5dc7203c
165 changed files with 388 additions and 384 deletions

View File

@@ -108,7 +108,7 @@
#else
// Standard direct-connected LCD implementations
LCD_CLASS lcd(LCD_PINS_RS, LCD_PINS_ENABLE, LCD_PINS_D4, LCD_PINS_D5, LCD_PINS_D6, LCD_PINS_D7);
LCD_CLASS lcd(LCD_PINS_RS, LCD_PINS_EN, LCD_PINS_D4, LCD_PINS_D5, LCD_PINS_D6, LCD_PINS_D7);
#endif