Tracking
Tracking Number:

 
Facebook
 
Testimonials

Pengiriman cepat, paket rapi. HRC memang mantabs

• Ahmad

Top markotop . . . ! Mega2560 diterima, nancap langsung bekerja. Juragan ganteng ini harus diacungi jempol. Tenk yu tenk yu.

• Surya Malang
Read more...
isi_testimonial
 
Shopping Cart
0 items
 
Yahoo Messenger!

 
Brands
 
Bestsellers
LCD 16x2 HD 44780 compatible blue LCD 16x2 HD 44780 compatible blue
Rp40,000 Rp40,000  
IC ATMega8-16PU DIP IC ATMega8-16PU DIP
Rp22,000  
Servo MG995 Servo MG995
Rp100,000  
Arduino Uno R3 clone Arduino Uno R3 clone
Rp200,000 Rp170,000  
IC ATMega8A-16PU DIP IC ATMega8A-16PU DIP
Rp20,000  
 

LCD 16x2 HD 44780 compatible green

LCD 16x2 HD 44780 compatible green
Click to enlarge
Price: Rp40,000
Availability: 84
Model: LCD162G
Average Rating: Not Rated

 

Untuk menampilkan display dari mikrokontroler, dibutuhkan LCD display.

LCD ini sangat mudah dikonfigurasi dari arduino

Contoh sketch dengan arduino:

#include <LiquidCrystal.h>

/* LiquidCrystal display with:
LCD 4 (RS) to arduino pin 12
LCD 5 (R/W) to ground (non-existent pin 14 okay?)
LCD 6 (E) to arduino pin 11
d4, d5, d6, d7 on arduino pins 7, 8, 9, 10
*/
LiquidCrystal lcd(12, 14, 11, 7, 8, 9, 10);

void setup()
{
// position cursor on line x=4,y=3
lcd.setCursor(0,2);
// Print a message to the LCD.
lcd.print("hello, world!");
}

void loop()
{ 
}

Write Review
Your Name:


Your Review: Note: HTML is not translated!

Rating: Bad            Good

Enter the code in the box below:

There are no additional images for this product.