Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/c-d-lewis/pebble-universal-fb
Universal framebuffer library for Pebble SDK.
https://github.com/c-d-lewis/pebble-universal-fb
Last synced: 2 days ago
JSON representation
Universal framebuffer library for Pebble SDK.
- Host: GitHub
- URL: https://github.com/c-d-lewis/pebble-universal-fb
- Owner: C-D-Lewis
- Created: 2015-10-10T00:50:55.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-10-18T20:19:37.000Z (about 8 years ago)
- Last Synced: 2024-11-06T14:46:03.657Z (10 days ago)
- Language: C
- Size: 35.2 KB
- Stars: 2
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pebble-universal-fb
Universal framebuffer library for Pebble SDK. Allows getting, setting, and
swapping pixel colors on all Pebble platforms. Available on
[NPM](https://www.npmjs.com/package/pebble-universal-fb).## Installation
Use `pebble package install pebble-universal-fb` to install, or specify as a dependency
in `package.json` in your Pebble project.## Documentation
See `include/pebble-universal-fb.h` for minimal docs.