Advertisement
Guest User

Untitled

a guest
Aug 20th, 2019
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. LiquidCrystal lcd(1, 2, 4, 5, 6, 7); // Creates an LCD object. Parameters:
  2. (rs, enable, d4, d5, d6, d7)
  3.  
  4. LiquidCrystal lcd(1, 2, 4, 5, 6, 7); // Creates an LCD object. Parameters: (rs, enable, d4, d5, d6, d7)
  5.  
  6. lcd.begin(16,2); // Initializes the interface to the LCD screen, and
  7. specifies the dimensions (width and height) of the display
  8.  
  9. lcd.begin(16,2); // Initializes the interface to the LCD screen, and specifies the dimensions (width and height) of the display
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement