awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
scitoast avatar

scitoast/pyboard-LCD-character-display

0
View on GitHub↗
1 star·1 fork·Python·10 viewsgithub.com/scitoast/pyboard-LCD-character-display↗

Pyboard LCD Character Display

This project includes a python module with heavily commented code, meant for hobbyists to use and modify, as well as a Fritzing circuit diagram and photograph of the end result. This should allow you to attach a character display screen to your PyBoard very easily.

Features

  • Character LCD Drivers - Driver for 1602 character displays on Pyboard.

Star history

Star history chart for scitoast/pyboard-lcd-character-displayStar history chart for scitoast/pyboard-lcd-character-display

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Pyboard LCD Character Display

Similar open-source projects, ranked by how many features they share with Pyboard LCD Character Display.
  • brainelectronics/micropython-i2c-lcdbrainelectronics avatar

    brainelectronics/micropython-i2c-lcd

    20View on GitHub↗

    MicroPython package to control HD44780 LCD displays 1602 and 2004 via I2C

    Python
    View on GitHub↗20
  • bucknalla/micropython-i2c-lcdBucknalla avatar

    Bucknalla/micropython-i2c-lcd

    38View on GitHub↗

    This library is designed to support a MicroPython interface for I2C 16x2 LCD character screens.

    Python
    View on GitHub↗38
  • dda/micropythondda avatar

    dda/MicroPython

    3View on GitHub↗

    MicroPython

    Python
    View on GitHub↗3
  • rdagger/micropython-charlcdrdagger avatar

    rdagger/micropython-charlcd

    17View on GitHub↗

    A library to control a character LCD display in 4 bit mode on an ESP8266 or ESP32 running MicroPython.

    Python
    View on GitHub↗17
See all 6 alternatives to Pyboard LCD Character Display→

Frequently asked questions

What does scitoast/pyboard-lcd-character-display do?

This project includes a python module with heavily commented code, meant for hobbyists to use and modify, as well as a Fritzing circuit diagram and photograph of the end result. This should allow you to attach a character display screen to your PyBoard very easily.

What are the main features of scitoast/pyboard-lcd-character-display?

The main features of scitoast/pyboard-lcd-character-display are: Character LCD Drivers.

What are some open-source alternatives to scitoast/pyboard-lcd-character-display?

Open-source alternatives to scitoast/pyboard-lcd-character-display include: brainelectronics/micropython-i2c-lcd — MicroPython package to control HD44780 LCD displays 1602 and 2004 via I2C. bucknalla/micropython-i2c-lcd — This library is designed to support a MicroPython interface for I2C 16x2 LCD character screens. dda/micropython — MicroPython. rdagger/micropython-charlcd — A library to control a character LCD display in 4 bit mode on an ESP8266 or ESP32 running MicroPython. slothyrulez/lcdi2c — micropython lib to control hd44780 lcd. wjdp/micropython-lcd — A simple class for controlling the HD44780 in 4 bit mode with the micropython pyboard.