https://github.com/rizerphe/fbpx
python module for drawing straight on framebuffer, without x server required
https://github.com/rizerphe/fbpx
Last synced: 7 months ago
JSON representation
python module for drawing straight on framebuffer, without x server required
- Host: GitHub
- URL: https://github.com/rizerphe/fbpx
- Owner: rizerphe
- Created: 2018-12-22T16:30:44.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-22T16:41:00.000Z (over 7 years ago)
- Last Synced: 2025-01-16T01:17:04.195Z (over 1 year ago)
- Language: C
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# fbpx
python module for drawing straight on framebuffer, without x server required
# installing
run following code:
```
cd fbpx
sudo python setup.py install; python example.py
```