Arduino LCD I2C: Difference between revisions
From wikiluntti
(Created page with "== Introduction == == Wiring and connecting == Arduino Uno: {| class="wikitable" |+ |- ! LCD I2C !! Arduino Uno |- | Vin || 5V |- | GND || GND |- | SDA|| A4 |- | SCL|| A5 |} == == == == == Dinosaur game ==") |
No edit summary |
||
| Line 18: | Line 18: | ||
|} | |} | ||
== == | == Libraries == | ||
Liquid_Crystal_i2c by Frank de Brabander 1.12 works. | |||
== == | == == | ||
Revision as of 15:08, 3 December 2025
Introduction
Wiring and connecting
Arduino Uno:
| LCD I2C | Arduino Uno |
|---|---|
| Vin | 5V |
| GND | GND |
| SDA | A4 |
| SCL | A5 |
Libraries
Liquid_Crystal_i2c by Frank de Brabander 1.12 works.