https://github.com/recursiveerror/zdisplay
https://github.com/recursiveerror/zdisplay
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/recursiveerror/zdisplay
- Owner: RecursiveError
- License: mit
- Created: 2024-08-29T13:19:00.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-08-30T18:38:12.000Z (10 months ago)
- Last Synced: 2025-01-19T11:34:26.187Z (5 months ago)
- Language: Zig
- Size: 9.77 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Zdisplay
Zdisplay is a generic driver for creating display ports in Zig.
# Supported Displays:
- HD44780 [creating a port](https://github.com/RecursiveError/Zdisplay/blob/main/doc/HD44780.md)
- ST77XX and compatible [creating a port](https://github.com/RecursiveError/Zdisplay/blob/main/doc/ST77XX.md)