An open API service indexing awesome lists of open source software.

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

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
```