mercredi 1 juin 2016

LCD Clock example

Arduino Uno with LCD shield:

[​IMG]

Working with a LCD monitor:
1. Initialize the LiquidCrystal object and set the connected pins.

Code:
  lcd.Initialize(8, 255, 9, Array As Byte (4, 5, 6, 7))  
2. Call Begin with the number of columns and rows:
Code:
  lcd.Begin(16, 2)  
3. Call Write to print to the LCD. The message can be made of a string, a number or an array of bytes.
You can call Write multiple times....

LCD Clock example

from B4X Community - Android, iOS, desktop, server and IoT programming tools http://ift.tt/1P7VuXA
via IFTTT

Aucun commentaire:

Enregistrer un commentaire