_LCD1602_init.h 204 B

123456
  1. #if defined(HAS_LCD1602_I2C)
  2. #include <LiquidCrystal_I2C.h>
  3. LiquidCrystal_I2C lcd(0x27,LCD1602_DISPLAY_PHYSICAL_X_CHARS_A,LCD1602_DISPLAY_PHYSICAL_Y_CHARS_A);
  4. #else
  5. #include <LiquidCrystal.h>
  6. #endif