_LCD1602_setup.h 406 B

1234567891011
  1. #if defined(HAS_LCD1602_I2C)
  2. // lcd.begin(LCD1602_DISPLAY_PHYSICAL_X_CHARS_A, LCD1602_DISPLAY_PHYSICAL_Y_CHARS_A);
  3. lcd.init(); // Print a message to the LCD.
  4. lcd.backlight();
  5. lcd.setCursor(0,0);
  6. // lcd.print("Hello, world!");
  7. #else
  8. lcd.begin(LCD1602_DISPLAY_PHYSICAL_X_CHARS_A, LCD1602_DISPLAY_PHYSICAL_Y_CHARS_A);
  9. //LCD_print(LCDarray1, LCDarray2, LCDtim/5);
  10. #endif