I2C_LCD (Evrensel Grove kablosu ile)

$20,00

LCD Ekran Projesi

Arduino ile I2C OLED Ekran Kullanımı

Bu proje, OLED ekranı kullanarak Arduino ile veri görüntülemeyi göstermektedir.

Gerekli Malzemeler

  • Arduino Kartı
  • I2C OLED Ekran
  • Bağlantı kabloları

Bağlantı Şeması

Aşağıdaki bağlantı şemasını kullanarak OLED ekranınızı Arduino kartınıza bağlayın:

Bağlantı Şeması

Yazılım

Gerekli kütüphaneleri yükledikten sonra, aşağıdaki kodu kullanarak ekranınıza veri yazdırabilirsiniz:

#include 
#include 
#include 

#define SCREEN_WIDTH 128
#define SCREEN_HEIGHT 64

Adafruit_SSD1306 display(SCREEN_WIDTH, SCREEN_HEIGHT, &Wire, -1);

void setup() {
    display.begin(SSD1306_I2C_ADDRESS, OLED_RESET);
    display.clearDisplay();
    display.setTextSize(1);
    display.setTextColor(WHITE);
    display.setCursor(0, 0);
    display.println("Merhaba, OLED Ekran!");
    display.display();
}

void loop() {
    // Döngüde yapılacak işlemler
}
    
Stok kodu: 114990502 Kategoriler:

Açıklama

I2C_LCD is an easy-to-use display module, It can make display easier. Using it can reduce the difficulty of make, so that makers can focus on the core of the work.


We developed the Arduino library for I2C_LCD, user just need a few lines of the code can achieve complex graphics and text display features.

More than that, we also develop the dedicated picture data convert software (bitmap converter),now is available to support PC platform of windows, Linux, Mac OS. Through the bitmap convert software you can put your favorite picture displayed on I2C_LCD, without the need for complex programming.

Features

  • Only 2 Arduino pins are occupied (Use I2C interface).


  • Arduino library supported, use a line of code to complete the display.


  • 168 ASCII characters can be displayed.


  • 128X64 dual color picture can be displayed.


  • Provide dedicated picture data convert software (Bitmap Converter) .


  • Adjustable backlight brightness and contrast.


  • Support modify device address, can support 127 modules work in parallel.


  • Convenient Grove interface.


  • China style unique appearance.


 

Dimension

Part List


  • 1x I2C_LCD


  • 1x Grove – Universal 4 Pin Buckled 12cm Cable

If you want to use I2C_LCD with traditional Arduino boards ( The boards with female connectors, like Arduino Uno and so on ), please refer to another version of I2C_LCD (With 4 pin female jumper to Grove 4 pin conversion cable).

Documentation


Technical support: joney.s@foxmail.com


Ek bilgi

Ağırlık 0,02 kg
Product Type

Module

Series

Grove

Değerlendirmeler

Henüz değerlendirme yapılmadı.

“I2C_LCD (Evrensel Grove kablosu ile)” için yorum yapan ilk kişi siz olun

E-posta adresiniz yayınlanmayacak. Gerekli alanlar * ile işaretlenmişlerdir