Files

35 lines
555 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Wyświetlacz LCD HD44780
Uwaga - wyświetlacz koniecznie z konwerterem na I2C!
- Typ: Wyświetlacz tekstowy LCD
- Układ: PCF8574 (zgodny z HD44780)
- Linii: 4x20
- Kolor: dowolny
- Adres I2C: 0×27
- Interfejs: I2C przez konwerter
- Napięcie zasilania: od 5V
- Wymiary: 98 x 60 mm
| ![Opis](images/lcdi2c2.png) |
|:--:|
| **Rysunek 1.** Wyświetlacz |
| ![Opis](images/lcdi2c1.png) |
|:--:|
| **Rysunek 2.** Dolna strona wyświetlacza LCD |
Podłączenie
### I2C
* 3.3V
* GND
* SCL 9
* SDA 8
[Powrót na stronę główną](../README.md)