https://github.com/ematech/pymoglk
A helper class for Matrix Orbital's GLK series LCD displays communication
https://github.com/ematech/pymoglk
Last synced: 10 months ago
JSON representation
A helper class for Matrix Orbital's GLK series LCD displays communication
- Host: GitHub
- URL: https://github.com/ematech/pymoglk
- Owner: EMATech
- Created: 2012-11-07T21:50:43.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2023-06-11T20:49:12.000Z (about 3 years ago)
- Last Synced: 2024-12-30T04:28:26.348Z (over 1 year ago)
- Language: Python
- Size: 21.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
pymoglk
=======
A helper class for driving [Matrix Orbital](https://www.matrixorbital.com/) GLK series LCD.
Tested with a [GLK19264-7T-1U-USB-WB](https://www.matrixorbital.com/glk19264a-7t-1u) (PCB R1.0, FW V5.9).
Uses [PySerial](https://github.com/pyserial/pyserial/) to communicate with the LCD.
### Status
Under development.
Most features are implemented except for advanced memory management functions (Fonts, bitmaps, filesystem…).
Feel free to help!