Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tollyh/raspberry-pi-pico
Projects I've made for the Raspberry Pi Pico
https://github.com/tollyh/raspberry-pi-pico
hd44780 hd44780-display lcd lcd-display pico-sdk raspberry-pi raspberry-pi-pico
Last synced: about 2 months ago
JSON representation
Projects I've made for the Raspberry Pi Pico
- Host: GitHub
- URL: https://github.com/tollyh/raspberry-pi-pico
- Owner: TollyH
- License: lgpl-3.0
- Created: 2023-08-27T22:21:39.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-05T17:30:54.000Z (8 months ago)
- Last Synced: 2024-05-05T18:39:45.077Z (8 months ago)
- Topics: hd44780, hd44780-display, lcd, lcd-display, pico-sdk, raspberry-pi, raspberry-pi-pico
- Language: C
- Homepage:
- Size: 52.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Raspberry Pi Pico
Projects I've made for the [Raspberry Pi Pico](https://www.raspberrypi.com/products/raspberry-pi-pico/), programmed in C with the [Pico SDK](https://www.raspberrypi.com/documentation/pico-sdk/).
## Current project list
### Libraries
- `lcd_controller` - A library for interacting with character LCD displays compatible with the [Hitachi HD44780 Controller](https://www.sparkfun.com/datasheets/LCD/HD44780.pdf).
### Standalone applications
- `uart_lcd` - An application for controlling character LCD displays through a plain-text serial UART connection. Suitable for human use over a terminal, or for automatically controlling a display from another device, especially one that lacks the necessary connectivity to connect to a display directly. Built upon my `lcd_controller` library for Hitachi HD44780 compatible displays above.
---
**Copyright © 2022–2024 Ptolemy Hill**
**This repository is licensed under LGPLv3. The full license text can be found in the LICENSE file, or at **