https://github.com/kosso/tipixelreader
Titanium iOS/Android modules for reading RGB pixel data from small images. For sending via BLE to an LED RGB Matrix screen
https://github.com/kosso/tipixelreader
Last synced: 2 months ago
JSON representation
Titanium iOS/Android modules for reading RGB pixel data from small images. For sending via BLE to an LED RGB Matrix screen
- Host: GitHub
- URL: https://github.com/kosso/tipixelreader
- Owner: kosso
- License: mit
- Created: 2019-10-08T15:24:29.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-09T14:22:48.000Z (over 5 years ago)
- Last Synced: 2025-02-14T01:18:56.176Z (4 months ago)
- Language: Objective-C
- Size: 221 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TiPixelReader Module
## Description
Titanium iOS and Android modules for reading a local image and getting the RGB values of each pixel.
Data is returned in a callback containing an array of 'lines'.
Each 'line' is an array of uints, where the first (0) item is the line number and the rest are the RGBRGBRGBRGB.. etc values for the pixels on that line.
(This data is then used by another app to send this data to an RGB LED Matrix using the `ti.bluetooth` module to an ESP32-powered device attached to the Matrix)
See example app.js.
Or TiPixelReaderApp in neighbouring folder in this repo.
## Author
@Kosso
## License
MIT