This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| en:iot-open:practical:hardware:taltech:arduino:scenarios:lcd [2025/08/19 06:20] – [Table] ingmar05 | en:iot-open:practical:hardware:taltech:arduino:scenarios:lcd [2025/09/02 11:42] (current) – raivo.sell | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | < | ||
| ====== Using LCD Display ====== | ====== Using LCD Display ====== | ||
| + | {{: | ||
| - | An alphanumerical | + | An alphanumeric |
| This scenario guides you through displaying text on the LCD using Arduino. | This scenario guides you through displaying text on the LCD using Arduino. | ||
| ===== Prerequisites ===== | ===== Prerequisites ===== | ||
| - | * Familiarize yourself with Arduino hardware reference. | + | * Familiarize yourself with the Arduino hardware reference. |
| * Install the LiquidCrystal library (built-in Arduino library). | * Install the LiquidCrystal library (built-in Arduino library). | ||
| ===== Hardware Connections ===== | ===== Hardware Connections ===== | ||
| - | | LCD Pin | + | ^ LCD Pin |
| | RS | 8 | | | RS | 8 | | ||
| | EN | 9 | | | EN | 9 | | ||
| Line 19: | Line 21: | ||
| | Buttons Input | A0 | | | Buttons Input | A0 | | ||
| - | ===== Suggested Knowledge Resources ===== | ||
| - | * Arduino basic programming fundamentals. | ||
| - | * [[taltech: | ||
| ===== Task ===== | ===== Task ===== | ||