Назад к каталогу

LCD_HD44780

A library for HD44780 based LCDs.

Версия1.0.0
ZIP на зеркалепо запросу
ПроверкаSHA-256
Размер19.74 KiB
Источникофициальный
Обновлено2026-07-04

Установка

Последняя опубликованная версия
1.0.019.74 KiB ZIP
ZIP еще не в горячем кешеАрхив еще не сохранен локально. Первый запрос может занять больше времени: реестр скачает файл на сервере, проверит checksum и только потом отдаст ZIP.версия: последняя
Как подключить скачанный ZIP
  1. Скачайте архив — реестр отдает его уже проверенным.
  2. В Arduino IDE выберите «Скетч → Подключить библиотеку → Добавить .ZIP библиотеку».
  3. Укажите скачанный файл — библиотека появится в списке доступных.
Каталог подготовлен для TREMA IDE: программа сможет устанавливать библиотеки с этого зеркала.
Контрольная суммаSHA-256:d57feeeb12b9c14f0f2142d32b5f6f76b4a9a7c9ec5264d33e26f2204918934b
АрхивLCD_HD44780-1.0.0-d57feeeb.zip

Описание

This library using only 4-bits databus to save MCU I/O pins along with RS, EN, and RW pins. It has ability to edit some text right on the LCD screen, eg. insert and delete a character, backspace, move cursor in all directions (left, right, up, and down), newline, line home, and line end. It also supports println() method, read character or text right from the LCD screen (no longer need to waste some expensive MCU RAMs to buffering the text currently being edited). So you can edit your text on the screen without messing with complex code. All used I/O pins, except EN pin, are shareable with other hardware. For example if it used with a matrix keypad, then the databus pins (DB4, DB5, DB6, and DB7) can be shared with the keypad column only or the row pins only. Do not share them with mixed any column and row pins together to avoid unexpected behaviour on accessing the LCD while a key is being pressed.

Версии

Показано: 1
1.0.02026-07-04 20:51:15 UTC
ZIP по запросу
первое скачивание может быть дольше