< All Topics
Print

Micropython & HD44780 LCD

Introduction

The HD44780 is a very common and versatile liquid crystal display (LCD). It’s widely used in various electronic devices, including calculators, digital clocks, meters, and many more.

Example: How to use an HD44780 (I2C)

Wiring
Code

Find the LCD library at: https://github.com/dhylands/python_lcd/tree/master

Table of Contents